summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang1-1/+1
2021-04-21net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=nVladimir Oltean1-1/+1
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel1-1/+1
2021-04-21net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz1-17/+86
2021-04-21net: dsa: Only notify CPU ports of changes to the tag protocolTobias Waldekranz1-18/+7
2021-04-21Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller17-80/+125
2021-04-21net: dsa: enable selftest support for all switches by defaultOleksij Rempel2-0/+22
2021-04-21net: add generic selftest supportOleksij Rempel3-0/+405
2021-04-20ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski1-0/+3
2021-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller15-88/+333
2021-04-20ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva1-1/+1
2021-04-20mld: remove unnecessary prototypesTaehee Yoo1-3/+0
2021-04-20nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel1-8/+6
2021-04-19cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg1-0/+2
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-1/+1
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg1-8/+8
2021-04-19wireless: align some HE capabilities with the specJohannes Berg1-9/+10
2021-04-19mac80211: drop the connection if firmware crashed while in CSANaftali Goldstein3-3/+12
2021-04-19mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach1-5/+2
2021-04-19mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach1-9/+1
2021-04-19nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP rangingAvraham Stern2-1/+12
2021-04-19mac80211: aes_cmac: check crypto_shash_setkey() return valueJohannes Berg1-2/+9
2021-04-19mac80211: minstrel_ht: remove extraneous indentation on if statementColin Ian King1-1/+1
2021-04-19mac80211: properly process TXQ management framesJohannes Berg1-5/+14
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches1-1/+1
2021-04-18netfilter: nftables: counter hardware offload supportPablo Neira Ayuso3-7/+69
2021-04-18netfilter: Dissect flow after packet manglingIdo Schimmel2-0/+4
2021-04-18netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso1-0/+44
2021-04-18netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso2-6/+45
2021-04-18netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso1-2/+3
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-57/+154
2021-04-17mptcp: use mptcp_for_each_subflow in mptcp_closeGeliang Tang1-1/+1
2021-04-17mptcp: add tracepoint in subflow_check_data_availGeliang Tang1-3/+1
2021-04-17mptcp: add tracepoint in ack_update_mskGeliang Tang1-0/+6
2021-04-17mptcp: add tracepoint in get_mapping_statusGeliang Tang1-3/+3
2021-04-17mptcp: add tracepoint in mptcp_subflow_get_sendGeliang Tang1-4/+4
2021-04-17mptcp: export mptcp_subflow_activeGeliang Tang2-12/+12
2021-04-17mptcp: fix format specifiers for unsigned intGeliang Tang1-2/+2
2021-04-17kunit: mptcp: adhere to KUNIT formatting standardNico Pache4-4/+4
2021-04-17flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-04-17netlink: don't call ->netlink_bind with table lock heldFlorian Westphal1-2/+2
2021-04-17ethtool: add interface to read RMON statsJakub Kicinski3-0/+93
2021-04-17ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski3-0/+39
2021-04-17ethtool: add interface to read standard MAC statsJakub Kicinski3-0/+96
2021-04-17ethtool: add a new command for reading standard statsJakub Kicinski5-1/+226
2021-04-17sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva1-1/+1
2021-04-17mld: fix suspicious RCU usage in __ipv6_dev_mc_dec()Taehee Yoo1-0/+2
2021-04-17mptcp: sockopt: add TCP_CONGESTION and TCP_INFOFlorian Westphal2-0/+106
2021-04-17mptcp: setsockopt: SO_DEBUG and no-op optionsFlorian Westphal1-0/+16
2021-04-17mptcp: setsockopt: add SO_INCOMING_CPUFlorian Westphal1-0/+16