aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-03netlink: rework policy dump to support multiple policiesJohannes Berg2-21/+84
2020-10-03netlink: compare policy more accuratelyJohannes Berg1-4/+8
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-2/+2
2020-10-02genetlink: switch control commands to per-op policiesJakub Kicinski1-3/+11
2020-10-02genetlink: use parsed attrs in dumppolicyJakub Kicinski1-7/+2
2020-10-02genetlink: bring back per op policyJakub Kicinski1-5/+13
2020-10-02genetlink: use .start callback for dumppolicyJakub Kicinski1-24/+24
2020-10-02genetlink: add a structure for dump stateJakub Kicinski2-27/+32
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski22-72/+77
2020-10-02genetlink: add small version of opsJakub Kicinski1-32/+95
2020-10-02devlink: add .trap_group_action_set() callbackIoana Ciornei1-0/+18
2020-10-02devlink: add parser error drop packet trapsIoana Ciornei1-0/+17
2020-10-02tcp: fix syn cookied MPTCP request socket leakPaolo Abeni1-1/+1
2020-10-02Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller22-186/+1184
2020-10-02libceph: use sendpage_ok() in ceph_tcp_sendpage()Coly Li1-1/+1
2020-10-02tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-10-02net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li1-2/+4
2020-10-02bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend1-0/+46
2020-10-02net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli1-8/+3
2020-10-02net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli1-2/+1
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-13/+2
2020-10-02net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli1-0/+9
2020-10-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller6-36/+835
2020-10-02netlink: fix policy dump leakJohannes Berg2-15/+18
2020-10-02netlink: fix policy dump leakJohannes Berg2-15/+18
2020-10-02bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau1-1/+0
2020-10-02mac80211: avoid processing non-S1G elements on S1G bandThomas Pedersen1-6/+9
2020-10-02nl80211: fix non-split wiphy informationJohannes Berg1-1/+4
2020-10-02nl80211: reduce non-split wiphy dump sizeJohannes Berg1-13/+24
2020-10-01net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin1-2/+2
2020-10-01pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin1-5/+5
2020-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-117/+472
2020-10-01bpf: Fix "unresolved symbol" build error with resolve_btfidsYonghong Song1-0/+6
2020-09-30io_uring: move io_uring_get_socket() into io_uring.hJens Axboe1-0/+1
2020-09-30drop_monitor: Filter control packets in drop monitorIdo Schimmel2-7/+7
2020-09-30drop_monitor: Remove duplicate structIdo Schimmel1-17/+10
2020-09-30drop_monitor: Remove no longer used functionsIdo Schimmel1-142/+0
2020-09-30drop_monitor: Convert to using devlink tracepointIdo Schimmel3-41/+40
2020-09-30drop_monitor: Prepare probe functions for devlink tracepointIdo Schimmel1-0/+146
2020-09-30devlink: Add a tracepoint for trap reportsIdo Schimmel1-0/+25
2020-09-30tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet1-3/+8
2020-09-30inet: remove icsk_ack.blockedEric Dumazet5-12/+5
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann1-15/+261
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann4-15/+20
2020-09-30bpf: Add classid helper only based on skb->skDaniel Borkmann1-0/+21
2020-09-30bpf: fix raw_tp test run in preempt kernelSong Liu1-12/+9
2020-09-30netfilter: nf_tables: add userdata attributes to nft_chainJose M. Guisado Gomez1-8/+25
2020-09-30netfilter: nf_tables: use nla_memdup to copy udataJose M. Guisado Gomez1-10/+4
2020-09-30netfilter: nf_tables: fix userdata memleakJose M. Guisado Gomez1-0/+2
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+16