summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-09net: change addr_list_lock back to static keyCong Wang9-23/+46
2020-06-09bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki1-2/+21
2020-06-09bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki1-0/+1
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu1-0/+3
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-5/+5
2020-06-09Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller7-110/+111
2020-06-09mptcp: bugfix for RM_ADDR option parsingGeliang Tang1-0/+2
2020-06-09net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy1-7/+63
2020-06-09Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller6-10/+30
2020-06-09netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio1-1/+5
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-60/+490
2020-06-08netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio1-7/+14
2020-06-08sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou1-1/+1
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig1-1/+1
2020-06-08net: fix wiki website url mac80211 and wireless filesFlavio Suligoi2-2/+2
2020-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-76/+98
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-8/+9
2020-06-06Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-340/+43
2020-06-05vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella1-1/+1
2020-06-05ethtool: linkinfo: remove an unnecessary NULL checkDan Carpenter1-2/+1
2020-06-05rxrpc: Fix missing notificationDavid Howells6-25/+21
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells3-98/+103
2020-06-05mac80211: initialize return flags in HE 6 GHz operation parsingJohannes Berg1-0/+2
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg3-8/+26
2020-06-05net/xdp: use shift instead of 64 bit divisionPavel Machek1-1/+1
2020-06-05inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-0/+1
2020-06-05net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-05seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam5-12/+16
2020-06-05tipc: fix NULL pointer dereference in streamingTuong Lien1-2/+2
2020-06-05genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang1-36/+58
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2020-06-04bpf: Fix unused-var without NETDEVICESMatthieu Baerts1-3/+0
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds341-6812/+17456
2020-06-04Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+0
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-2/+3
2020-06-03Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+11
2020-06-03RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+1
2020-06-03RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy8-322/+21
2020-06-03Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-06-03Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann1-0/+38
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann1-2/+6
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-4/+2
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-2/+1
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini1-27/+34
2020-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-137/+231
2020-06-02crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav1-0/+1
2020-06-02ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu1-6/+7