summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean2021-08-251-4/+34
* net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean2021-08-251-1/+40
* mptcp: add the mibs for MP_FAILGeliang Tang2021-08-254-0/+6
* mptcp: send out MP_FAIL when data checksum failsGeliang Tang2021-08-252-0/+28
* mptcp: MP_FAIL suboption receivingGeliang Tang2021-08-253-0/+24
* mptcp: MP_FAIL suboption sendingGeliang Tang2021-08-252-4/+58
* mptcp: optimize out option generationPaolo Abeni2021-08-252-109/+121
* net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman2021-08-251-46/+98
* net: bridge: change return type of br_handle_ingress_vlan_tunnelKangmin Park2021-08-243-16/+11
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-242-6/+19
* ethtool: add two coalesce attributes for CQE modeYufeng Mo2021-08-242-3/+18
* page_pool: use relaxed atomic for release side accountingYunsheng Lin2021-08-241-1/+1
* net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-242-9/+24
* net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean2021-08-243-5/+111
* net: dsa: properly fall back to software bridgingVladimir Oltean2021-08-242-2/+9
* net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge p...Vladimir Oltean2021-08-241-0/+4
* mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORTYonglong Li2021-08-243-21/+3
* mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signalYonglong Li2021-08-242-6/+10
* mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each otherYonglong Li2021-08-241-3/+10
* mptcp: make MPTCP_ADD_ADDR_SIGNAL and MPTCP_ADD_ADDR_ECHO separateYonglong Li2021-08-243-8/+18
* mptcp: move drop_other_suboptions check under pm lockYonglong Li2021-08-243-18/+31
* net: ipv4: Move ip_options_fragment() out of loopYajun Deng2021-08-241-15/+4
* net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean2021-08-233-34/+55
* Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub...Jakub Kicinski2021-08-2013-63/+518
|\
| * cfg80211: fix BSS color notify trace enum confusionJohannes Berg2021-08-181-1/+1
| * mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-08-171-1/+3
| * mac80211: add support for BSS color changeJohn Crispin2021-08-174-22/+254
| * nl80211: add support for BSS coloringJohn Crispin2021-08-173-0/+216
| * mac80211: Use flex-array for radiotap header bitmapKees Cook2021-08-132-4/+8
| * mac80211: radiotap: Use BIT() instead of shiftsKees Cook2021-08-133-21/+21
| * mac80211: Remove unnecessary variable and labeldingsenjie2021-08-131-11/+4
| * mac80211: include <linux/rbtree.h>Johannes Berg2021-08-131-0/+1
| * mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh2021-08-131-2/+9
| * mac80211: remove unnecessary NULL check in ieee80211_register_hw()Dan Carpenter2021-08-131-1/+1
| * mac80211: Reject zero MAC address in sta_info_insert_check()YueHaibing2021-08-131-1/+1
* | net: bridge: vlan: convert mcast router global option to per-vlan entryNikolay Aleksandrov2021-08-204-18/+62
* | net: bridge: mcast: br_multicast_set_port_router takes multicast context as a...Nikolay Aleksandrov2021-08-204-8/+11
* | Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-08-209-180/+298
|\ \
| * | Bluetooth: Fix return value in hci_dev_do_close()Kangmin Park2021-08-191-3/+4
| * | Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-08-191-0/+6
| * | Bluetooth: mgmt: Pessimize compile-time bounds-checkKees Cook2021-08-191-1/+1
| * | Bluetooth: Fix race condition in handling NOP commandKiran K2021-08-161-6/+4
| * | Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz2021-08-161-16/+29
| * | Bluetooth: Fix handling of LE Enhanced Connection CompleteLuiz Augusto von Dentz2021-08-161-31/+62
| * | Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng2021-08-161-8/+8
| * | Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi2021-08-101-6/+1
| * | Bluetooth: switch to lock_sock in RFCOMMDesmond Cheong Zhi Xi2021-08-101-4/+4
| * | Bluetooth: serialize calls to sco_sock_{set,clear}_timerDesmond Cheong Zhi Xi2021-08-101-2/+2
| * | Bluetooth: switch to lock_sock in SCODesmond Cheong Zhi Xi2021-08-101-9/+9
| * | Bluetooth: avoid circular locks in sco_sock_connectDesmond Cheong Zhi Xi2021-08-101-23/+16