summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | rxrpc: Move the call completion handling out of lineDavid Howells2020-06-053-98/+103
| * | | mptcp: bugfix for RM_ADDR option parsingGeliang Tang2020-06-081-0/+2
| * | | net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy2020-06-081-7/+63
| * | | Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-06-086-10/+30
| |\ \ \
| | * | | net: fix wiki website url mac80211 and wireless filesFlavio Suligoi2020-06-082-2/+2
| | * | | mac80211: initialize return flags in HE 6 GHz operation parsingJohannes Berg2020-06-051-0/+2
| | * | | cfg80211: fix management registrations deadlockJohannes Berg2020-06-053-8/+26
* | | | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-1347-317/+317
|\ \ \ \ \
| * | | | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-1447-317/+317
* | | | | | Merge tag '9p-for-5.8' of git://github.com/martinetd/linuxLinus Torvalds2020-06-131-27/+34
|\ \ \ \ \ \
| * | | | | | 9p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini2020-06-021-27/+34
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-1110-79/+80
|\ \ \ \ \ \
| * | | | | | xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei2020-06-111-1/+1
| * | | | | | sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...Xiongfeng Wang2020-06-111-1/+1
| * | | | | | SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever2020-06-111-5/+4
| * | | | | | SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2020-06-112-5/+4
| * | | | | | SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever2020-06-111-2/+2
| * | | | | | SUNRPC: trace RPC client lifetime eventsChuck Lever2020-06-111-24/+15
| * | | | | | SUNRPC: Trace transport lifetime eventsChuck Lever2020-06-113-19/+11
| * | | | | | SUNRPC: Split the xdr_buf event classChuck Lever2020-06-113-5/+5
| * | | | | | SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever2020-06-111-0/+1
| * | | | | | SUNRPC: Trace GSS context lifetimesChuck Lever2020-06-112-4/+7
| * | | | | | SUNRPC: receive buffer size estimation values almost never changeChuck Lever2020-06-112-16/+32
| * | | | | | net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'Fedor Tokarev2020-05-271-2/+2
* | | | | | | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-1117-461/+407
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou2020-06-081-1/+1