summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-15tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell1-2/+1
2017-07-15openvswitch: Fix for force/commit action failuresGreg Rose1-15/+36
2017-07-15ipv4: ip_do_fragment: fix headroom testsVasily Averin1-4/+4
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+7
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-6/+81
2017-07-15Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-43/+37
2017-07-14sctp: fix an array overflow when all ext chunks are setXin Long1-2/+2
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak1-2/+2
2017-07-14net/packet: Fix Tx queue selection for AF_PACKETIván Briano1-4/+2
2017-07-14net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2-2/+4
2017-07-14netpoll: shut up a kernel warning on refcountWANG Cong1-1/+1
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds8-149/+201