aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-19net: make dev_close and related functions voidstephen hemminger1-15/+11
2017-07-19bluetooth: 6lowpan dev_close never returns errorstephen hemminger1-5/+1
2017-07-19net: dsa: unexport dsa_is_port_initializedVivien Didelot1-0/+5
2017-07-19net/packet: remove unused PGV_FROM_VMALLOC definition.Rosen, Rami1-2/+0
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng2-8/+11
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang3-4/+9
2017-07-19openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang1-2/+1
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal3-3/+131
2017-07-18xfrm: remove flow cacheFlorian Westphal8-653/+1
2017-07-18xfrm_policy: make xfrm_bundle_lookup return xfrm dst objectFlorian Westphal1-16/+12
2017-07-18xfrm_policy: remove xfrm_policy_lookupFlorian Westphal1-32/+4
2017-07-18xfrm_policy: kill flow to policy dir conversionFlorian Westphal1-42/+4
2017-07-18xfrm_policy: remove always true/false branchesFlorian Westphal1-60/+14
2017-07-18xfrm_policy: bypass flow_cache_lookupFlorian Westphal1-9/+5
2017-07-18net: xfrm: revert to lower xfrm dst gc limitFlorian Westphal2-2/+2
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal2-62/+0
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal1-29/+2
2017-07-17inet: Remove software UFO fragmenting code.David S. Miller2-151/+7
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller7-56/+10
2017-07-17inet: Stop generating UFO packets.David S. Miller2-152/+0
2017-07-17net: Remove references to NETIF_F_UFO from ethtool.David S. Miller1-7/+0
2017-07-17net: Remove references to NETIF_F_UFO in netdev_fix_features().David S. Miller1-18/+0
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-10/+45
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend1-0/+52
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend1-4/+9
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend2-2/+46
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend1-0/+52
2017-07-17net: xdp: support xdp generic on virtual devicesJohn Fastabend1-95/+113
2017-07-17inetpeer: remove AVL implementation in favor of RB treeEric Dumazet1-338/+90
2017-07-17net/unix: drop obsolete fd-recursion limitsDavid Herrmann1-23/+1
2017-07-17skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang1-0/+3
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long2-4/+4
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long2-4/+4
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long1-5/+4
2017-07-16sctp: remove the typedef sctp_supported_ext_param_tXin Long1-14/+8
2017-07-16sctp: remove the typedef sctp_adaptation_ind_param_tXin Long1-2/+2
2017-07-16sctp: remove the typedef sctp_supported_addrs_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_cookie_preserve_param_tXin Long1-6/+5
2017-07-16sctp: remove the typedef sctp_ipv6addr_param_tXin Long2-2/+2
2017-07-16sctp: remove the typedef sctp_ipv4addr_param_tXin Long2-2/+2
2017-07-16rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan6-12/+16
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-6/+7
2017-07-12datagram: fix kernel-doc commentsstephen hemminger1-3/+3
2017-07-12net: ipmr: ipmr_get_table() returns NULLDan Carpenter1-2/+2
2017-07-11bridge: mdb: fix leak on complete_info ptr on fail pathEduardo Valentin1-1/+2
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds8-303/+1657
2017-07-08mpls: fix uninitialized in_label var warning in mpls_getrouteRoopa Prabhu1-4/+8
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-1/+2
2017-07-08rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan1-1/+1
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov2-10/+21