summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-266/+409
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-19/+48
2020-06-13net: atm: Remove the error message according to the atomic contextLiao Pingfang-3/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-317/+317
2020-06-13Merge tag '9p-for-5.8' of git://github.com/martinetd/linuxLinus Torvalds-27/+34
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-317/+317
2020-06-12bpf: Fix memlock accounting for sock_hashAndrey Ignatov-0/+4
2020-06-12bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer-4/+6
2020-06-12bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca-0/+3
2020-06-12genetlink: clean up family attributes allocationsCong Wang-16/+12
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells-18/+11
2020-06-11xdp: Fix xsk_generic_xmit errnoLi RongQing-3/+1
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien-1/+1
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien-3/+4
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-79/+80
2020-06-11xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei-1/+1
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...Xiongfeng Wang-1/+1
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever-2/+2
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever-24/+15
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever-19/+11
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever-5/+5
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever-0/+1
2020-06-11SUNRPC: Trace GSS context lifetimesChuck Lever-4/+7
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever-16/+32
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-461/+407
2020-06-11net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu-7/+9
2020-06-10mptcp: don't leak msk in token containerPaolo Abeni-0/+1
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni-21/+24
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern-33/+49
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai-2/+5
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp-0/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang-23/+46
2020-06-09bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki-2/+21
2020-06-09bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki-0/+1
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu-0/+3
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-5/+5
2020-06-08Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-110/+111
2020-06-08mptcp: bugfix for RM_ADDR option parsingGeliang Tang-0/+2
2020-06-08net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy-7/+63
2020-06-08Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller-10/+30
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-60/+490
2020-06-08sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou-1/+1
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig-1/+1
2020-06-08net: fix wiki website url mac80211 and wireless filesFlavio Suligoi-2/+2
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-76/+98