summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-03netfilter: conntrack: refetch conntrack after nf_conntrack_update()Pablo Neira Ayuso
2020-07-02Merge tag 'nfsd-5.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-07-02tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet
2020-07-01tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn
2020-07-01tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet
2020-07-01rds: If one path needs re-connection, check all and re-connectRao Shoaib
2020-07-01tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet
2020-07-01genetlink: remove genl_bindSean Tranchetti
2020-06-30net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter
2020-06-30tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet
2020-06-30net: qrtr: free flow in __qrtr_node_releaseCarl Huang
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song
2020-06-30net: xfrmi: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer
2020-06-30bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki
2020-06-30netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet
2020-06-30xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig
2020-06-30xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig
2020-06-30xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig
2020-06-29genetlink: get rid of family->attrbufCong Wang
2020-06-29Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-06-29SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy
2020-06-28llc: make sure applications use ARPHRD_ETHEREric Dumazet
2020-06-28net: explain the lockdep annotations for dev_uc_unsync()Cong Wang
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang
2020-06-28bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur
2020-06-28bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend
2020-06-28bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend
2020-06-27net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin
2020-06-27Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-06-26SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin
2020-06-26nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLORLuca Coelho
2020-06-26nl80211: don't return err unconditionally in nl80211_start_ap()Luca Coelho
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-06-25ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek