summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-06-25mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil
2020-06-25mac80211: skip mpath lookup also for control port txMarkus Theil
2020-06-25mac80211: Fix dropping broadcast packets in 802.11 encapSeevalamuthu Mariappan
2020-06-25mac80211: simplify mesh codePavel Machek
2020-06-25mac80211: fix control port tx status checkMarkus Theil
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King
2020-06-24dsa: Allow forwarding of redirected IGMP trafficDaniel Mack
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-23net: ethtool: Handle missing cable test TDR parametersAndrew Lunn
2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin
2020-06-23bridge: mrp: Validate when setting the port roleHoratiu Vultur