summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-04netfilter: nf_tables: add nft_chain_add()Pablo Neira Ayuso
2020-07-04netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-03ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn
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-02bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur
2020-07-02bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur
2020-07-02tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal
2020-07-01tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet
2020-07-01net: sched: Allow changing default qdisc to FQ-PIEDanny Lin
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-07-01net/packet: remove redundant initialization of variable errColin Ian King
2020-07-01bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov
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-30net: devres: rename the release callback of devm_register_netdev()Bartosz Golaszewski
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung
2020-06-30mptcp: do nonce initialization at subflow creation timePaolo Abeni
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song
2020-06-30Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-m...David S. Miller
2020-06-30net: dsa: Improve subordinate PHY error messageFlorian Fainelli
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-30ipvs: register hooks only with servicesJulian Anastasov
2020-06-30netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on i...Stefano Brivio
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana
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