summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-8/+9
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+6
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-340/+43
2020-06-05vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella-1/+1
2020-06-05ethtool: linkinfo: remove an unnecessary NULL checkDan Carpenter-2/+1
2020-06-05rxrpc: Fix missing notificationDavid Howells-25/+21
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells-98/+103
2020-06-05mac80211: initialize return flags in HE 6 GHz operation parsingJohannes Berg-0/+2
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg-8/+26
2020-06-04net/xdp: use shift instead of 64 bit divisionPavel Machek-1/+1
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni-0/+1
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish-22/+18
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam-12/+16
2020-06-04tipc: fix NULL pointer dereference in streamingTuong Lien-2/+2
2020-06-04genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang-36/+58
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+1
2020-06-04bpf: Fix unused-var without NETDEVICESMatthieu Baerts-3/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-6812/+17456
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+0
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds-2/+3
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+11
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe-1/+1
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy-322/+21
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien-1/+0
2020-06-02Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien-1/+0
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann-0/+38
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann-2/+6
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-4/+2
2020-06-02mm: remove map_vm_rangeChristoph Hellwig-2/+1
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini-27/+34
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-137/+231
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav-0/+1
2020-06-01ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu-6/+7
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing-2/+6
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki-121/+4
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki-36/+69
2020-06-01flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki-20/+20
2020-06-01bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes-1/+27
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes-6/+8
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend-5/+58
2020-06-01bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend-21/+34
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern-0/+17
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern-0/+18
2020-06-01bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar-0/+18
2020-06-01bpf, sk_msg: Add get socket storage helpersJohn Fastabend-0/+15
2020-06-01bpf, sk_msg: Add some generic helpers that may be useful from sk_msgJohn Fastabend-0/+16
2020-06-01libceph: support for alloc hint flagsIlya Dryomov-1/+7
2020-06-01switch cmsghdr_from_user_compat_to_kern() to copy_from_user()Al Viro-7/+8
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault-5/+0
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-37/+18