summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-1/+10
* udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2020-07-312-2/+2
* bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev2020-07-312-0/+13
* xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye2020-07-281-1/+1
* bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-252-13/+0
* bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-251-0/+31
* bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-251-0/+43
* bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-6/+163
* bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-251-74/+91
* bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-252-73/+90
* bpf: Implement bpf iterator for sock local storage mapYonghong Song2020-07-251-0/+206
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-4/+4
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-254-8/+24
* udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki2020-07-251-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-2535-257/+302
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2020-07-2532-224/+274
| |\
| | * dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-241-1/+1
| | * qrtr: orphan socket in qrtr_release()Cong Wang2020-07-241-0/+1
| | * flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-242-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-07-232-31/+22
| | |\
| | | * ipvs: fix the connection sync failed in some casesguodeqing2020-07-221-4/+8
| | | * netfilter: nf_tables: fix nat hook table deletionFlorian Westphal2020-07-151-27/+14
| | * | tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-232-10/+14
| | * | AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-231-1/+4
| | * | AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-221-1/+2
| | * | sctp: shrink stream outq when fails to do addstream reconfXin Long2020-07-221-2/+4
| | * | sctp: shrink stream outq only when new outcnt < old outcntXin Long2020-07-221-7/+14
| | * | AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-221-1/+3
| | * | net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-212-2/+2
| | * | net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-211-1/+1
| | * | udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-212-12/+18
| | * | udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima2020-07-211-0/+1
| | * | tipc: allow to build NACK message in link timeout functionTung Nguyen2020-07-201-1/+1
| | * | net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu2020-07-201-2/+14
| | * | net: hsr: check for return value of skb_put_padto()Murali Karicheri2020-07-201-6/+11
| | * | net/smc: fix dmb buffer shortageKarsten Graul2020-07-201-2/+2
| | * | net/smc: put slot when connection is killedKarsten Graul2020-07-201-1/+5
| | * | rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-202-2/+2
| | * | net/smc: fix restoring of fallback changesKarsten Graul2020-07-191-2/+4
| | * | net/smc: remove freed buffer from listKarsten Graul2020-07-191-1/+5
| | * | net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-194-14/+18
| | * | net/smc: fix handling of delete link requestsKarsten Graul2020-07-191-22/+7
| | * | net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-193-80/+58
| | * | net/smc: drop out-of-flow llc response messagesKarsten Graul2020-07-191-6/+18
| | * | net/smc: protect smc ib device initializationKarsten Graul2020-07-192-3/+14
| | * | net/smc: fix link lookup for new rdma connectionsKarsten Graul2020-07-191-1/+3
| | * | net/smc: clear link during SMC client link down processingKarsten Graul2020-07-191-1/+3
| | * | net/smc: handle unexpected response types for confirm linkKarsten Graul2020-07-191-3/+5
| | * | net: hsr: validate address B before copying to skbMurali Karicheri2020-07-171-1/+2
| | * | net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri2020-07-171-0/+3