summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang
2020-06-22ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu
2020-06-19Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet
2020-06-18net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin
2020-06-18mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni