summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | sctp: handle errors when updating asocXin Long2017-06-202-12/+37
* | | | sctp: uncork the old asoc before changing to the new oneXin Long2017-06-201-0/+4
* | | | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_initXin Long2017-06-201-10/+10
* | | | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_initXin Long2017-06-201-8/+9
* | | | vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer2017-06-201-2/+2
* | | | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-209-43/+32Star
* | | | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-204-17/+14Star
* | | | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-193-12/+32
* | | | tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-192-14/+66
* | | | net: dsa: Fix legacy probingFlorian Fainelli2017-06-181-11/+8Star
* | | | tls: update KconfigDave Watson2017-06-181-2/+5
* | | | net: remove DST_NOCACHE flagWei Wang2017-06-185-22/+15Star
* | | | net: remove DST_NOGC flagWei Wang2017-06-185-14/+8Star
* | | | net: remove dst gc related codeWei Wang2017-06-182-214/+0Star
* | | | decnet: take dst->__refcnt when struct dn_route is createdWei Wang2017-06-181-17/+19
* | | | xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-182-35/+32Star
* | | | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-182-48/+1Star
* | | | ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-182-45/+19Star
* | | | ipv6: call dst_hold_safe() properlyWei Wang2017-06-182-4/+4
* | | | ipv6: call dst_dev_put() properlyWei Wang2017-06-181-0/+2
* | | | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-182-17/+50
* | | | ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-182-16/+5Star
* | | | ipv4: call dst_hold_safe() properlyWei Wang2017-06-181-3/+1Star
* | | | ipv4: call dst_dev_put() properlyWei Wang2017-06-182-0/+6
* | | | ipv4: take dst->__refcnt when caching dst in fibWei Wang2017-06-182-4/+20
* | | | net: introduce a new function dst_dev_put()Wei Wang2017-06-181-0/+24
* | | | net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2017-06-181-2/+18
* | | | net: use loopback dev when generating blackhole routeWei Wang2017-06-182-5/+6
* | | | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-182-16/+14Star
* | | | ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang2017-06-181-4/+0Star
* | | | net: dsa: add cross-chip multicast supportVivien Didelot2017-06-161-10/+20
* | | | decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4Star
* | | | rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan2017-06-161-1/+18
* | | | rds: tcp: various endian-ness fixesSowmini Varadhan2017-06-166-13/+21
* | | | rds: tcp: remove cp_outgoingSowmini Varadhan2017-06-164-23/+4Star
* | | | net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2017-06-162-14/+32
* | | | networking: add and use skb_put_u8()Johannes Berg2017-06-1611-26/+26
* | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-1641-68/+65Star
* | | | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-166-12/+15
* | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-1652-226/+199Star
* | | | networking: introduce and use skb_put_data()Johannes Berg2017-06-1641-153/+113Star
* | | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-1628-101/+54Star
* | | | tls: Depend upon INET not plain NET.David S. Miller2017-06-161-1/+1
* | | | net: dsa: assign default CPU port to all portsVivien Didelot2017-06-151-11/+19
* | | | net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc2017-06-151-3/+12
* | | | net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc2017-06-151-2/+2
* | | | tls: kernel TLS supportDave Watson2017-06-156-0/+1280
* | | | tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-152-2/+4
* | | | tcp: ULP infrastructureDave Watson2017-06-155-1/+190
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-1548-154/+215
|\| | |