summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+22
* net: bpf: Implement bpf iterator for udpYonghong Song2020-06-241-0/+116
* net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song2020-06-241-5/+23
* bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+62
* bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+82
* net: bpf: Implement bpf iterator for tcpYonghong Song2020-06-241-0/+123
* net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song2020-06-241-6/+24
* bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-1/+35
* tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-241-3/+3
* sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-241-9/+0
* bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-223-0/+12
* bpf: Rename bpf_htab to bpf_shtab in sock_mapAndrey Ignatov2020-06-221-41/+41
* bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau2020-06-181-4/+37
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-161-2/+10
* mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun2020-06-151-1/+3
* netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-151-45/+0
* net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-151-11/+0
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-154-25/+65
|\
| * netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso2020-06-121-7/+24
| * netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso2020-06-101-10/+22
| * netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio2020-06-081-1/+5
| * netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio2020-06-081-7/+14
* | mptcp: use list_first_entry_or_nullGeliang Tang2020-06-151-4/+1
* | mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang2020-06-151-2/+0
* | net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon2020-06-151-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-1338-266/+409
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-134-19/+48
| |\ \
| | * | bpf: Fix memlock accounting for sock_hashAndrey Ignatov2020-06-121-0/+4
| | * | bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer2020-06-121-4/+6
| | * | bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca2020-06-121-0/+3
| | * | xdp: Fix xsk_generic_xmit errnoLi RongQing2020-06-111-3/+1
| | * | net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu2020-06-111-7/+9
| | * | bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki2020-06-091-2/+21
| | * | bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki2020-06-091-0/+1
| | * | bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu2020-06-091-0/+3
| | * | bpf: Fix unused-var without NETDEVICESMatthieu Baerts2020-06-041-3/+0
| * | | net: atm: Remove the error message according to the atomic contextLiao Pingfang2020-06-131-3/+1
| * | | genetlink: clean up family attributes allocationsCong Wang2020-06-121-16/+12
| * | | rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-06-111-18/+11
| * | | tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien2020-06-111-1/+1
| * | | tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2020-06-112-3/+4
| * | | mptcp: don't leak msk in token containerPaolo Abeni2020-06-101-0/+1
| * | | mptcp: fix races between shutdown and recvmsgPaolo Abeni2020-06-101-21/+24
| * | | nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-33/+49
| * | | dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-091-2/+5
| * | | net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-091-0/+1
| * | | net: change addr_list_lock back to static keyCong Wang2020-06-099-23/+46
| * | | Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-06-087-110/+111
| |\ \ \
| | * | | rxrpc: Fix missing notificationDavid Howells2020-06-056-25/+21