summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* genetlink: remove genl_bindSean Tranchetti2020-07-021-49/+0
* net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter2020-07-011-1/+5
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-012-2/+8
* net: qrtr: free flow in __qrtr_node_releaseCarl Huang2020-07-011-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-305-84/+97
|\
| * bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song2020-06-301-1/+18
| * bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-5/+45
| * bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| * bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-9/+10
| * flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-11/+2
| * xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig2020-06-301-47/+3
| * xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig2020-06-301-1/+0
| * xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+2
| * bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend2020-06-281-1/+9
| * bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend2020-06-281-7/+6
* | net: xfrmi: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+2
* | net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* | net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-302-0/+2
* | net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-302-0/+2
* | net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+18
* | genetlink: get rid of family->attrbufCong Wang2020-06-301-35/+13
* | Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-06-305-16/+52
|\ \
| * | nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLORLuca Coelho2020-06-261-1/+1
| * | nl80211: don't return err unconditionally in nl80211_start_ap()Luca Coelho2020-06-261-1/+2
| * | mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-06-251-0/+26
| * | mac80211: skip mpath lookup also for control port txMarkus Theil2020-06-251-1/+5
| * | mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan2020-06-251-1/+1
| * | mac80211: simplify mesh codePavel Machek2020-06-251-5/+2
| * | mac80211: fix control port tx status checkMarkus Theil2020-06-251-7/+15
* | | llc: make sure applications use ARPHRD_ETHEREric Dumazet2020-06-291-3/+7
* | | net: explain the lockdep annotations for dev_uc_unsync()Cong Wang2020-06-291-0/+10
* | | net: get rid of lockdep_set_class_and_subclass()Cong Wang2020-06-291-5/+4
* | | bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur2020-06-293-3/+3
* | | net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin2020-06-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-26105-270/+580
|\ \ \
| * | | rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-261-9/+17
| * | | sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-261-2/+2
| * | | sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-261-4/+9
| * | | sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-261-11/+30
| * | | ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek2020-06-261-6/+5
| * | | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-263-2/+7
| * | | tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-261-3/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-2554-15/+159
| |\ \ \
| | * | | netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder2020-06-255-6/+44
| | * | | netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-251-1/+14
| | * | | netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder2020-06-255-7/+44
| | * | | netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2020-06-251-1/+14
| | * | | netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2541-0/+41
| | * | | netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2
| | | |/ | | |/|
| * | | net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-251-1/+1