aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni1-2/+11
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2-0/+2
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-17netfilter: expect: fix crash when putting uninited expectationFlorian Westphal1-1/+1
2017-07-17netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal1-2/+1
2017-07-17netfilter: nat: fix src map lookupFlorian Westphal1-8/+9
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal1-143/+0
2017-07-17libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter1-2/+4
2017-07-17libceph: don't call encode_request_finish() on MOSDBackoff messagesIlya Dryomov1-1/+4
2017-07-17libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov1-1/+1
2017-07-17libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov1-11/+12
2017-07-17libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter1-3/+3
2017-07-17netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk1-3/+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-15tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell1-1/+9
2017-07-15tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell1-1/+0
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell1-5/+18
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell1-3/+11