summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * netfilter: nf_conncount: reduce unnecessary GCWilliam Tu2022-05-162-0/+12
| * netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi2022-05-162-4/+2
* | eth: mtk_ppe: fix up after mergeJakub Kicinski2022-05-201-1/+2
* | Merge branch 'mptcp-miscellaneous-fixes-and-a-new-test-case'Jakub Kicinski2022-05-205-45/+19
|\ \
| * | selftests: mptcp: add MP_FAIL reset testcaseGeliang Tang2022-05-201-0/+10
| * | mptcp: Do not traverse the subflow connection list without lockMat Martineau2022-05-202-16/+1
| * | mptcp: Check for orphaned subflow before handling MP_FAIL timerMat Martineau2022-05-202-13/+6
| * | mptcp: stop using the mptcp_has_another_subflow() helperPaolo Abeni2022-05-203-16/+2
|/ /
* | tcp: improve PRR loss recoveryYuchung Cheng2022-05-201-5/+5
* | docs: change the title of networking docsJakub Kicinski2022-05-201-2/+2
* | net: ipa: don't proceed to out-of-bound writeJakub Kicinski2022-05-201-2/+4
* | net: wwan: iosm: remove pointless null checkJakub Kicinski2022-05-201-10/+0
* | Merge branch 'lantiq_gswip-two-small-fixes'Jakub Kicinski2022-05-201-4/+5
|\ \
| * | net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error printMartin Blumenstingl2022-05-201-2/+3
| * | net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb()Martin Blumenstingl2022-05-201-2/+2
|/ /
* | net: wwan: t7xx: Fix smatch errorsRicardo Martinez2022-05-203-6/+3
* | Merge branch 'mtk_eth_soc-phylink-updates'Jakub Kicinski2022-05-203-133/+186
|\ \
| * | net: mtk_eth_soc: partially convert to phylink_pcsRussell King (Oracle)2022-05-203-58/+53
| * | net: mtk_eth_soc: convert code structure to suit split PCS supportRussell King (Oracle)2022-05-202-59/+79
| * | net: mtk_eth_soc: move restoration of SYSCFG0 to mac_finish()Russell King (Oracle)2022-05-202-2/+10
| * | net: mtk_eth_soc: move MAC_MCR setting to mac_finish()Russell King (Oracle)2022-05-201-11/+22
| * | net: mtk_eth_soc: add fixme comment for state->speed useRussell King (Oracle)2022-05-201-0/+8
| * | net: mtk_eth_soc: provide mtk_sgmii_config()Russell King (Oracle)2022-05-203-12/+20
| * | net: mtk_eth_soc: stop passing phylink state to sgmii setupRussell King (Oracle)2022-05-203-4/+4
| * | net: mtk_eth_soc: correct 802.3z duplex settingRussell King2022-05-203-10/+29
| * | net: mtk_eth_soc: correct 802.3z speed settingRussell King (Oracle)2022-05-201-13/+5
| * | net: mtk_eth_soc: add mask and update PCS speed definitionsRussell King (Oracle)2022-05-201-3/+5
| * | net: mtk_eth_soc: remove unused sgmii flagsRussell King (Oracle)2022-05-201-8/+0
| * | net: mtk_eth_soc: remove unused mac->modeRussell King (Oracle)2022-05-202-2/+0
|/ /
* | net: tls: fix messing up lists when bpf enabledJakub Kicinski2022-05-201-1/+3
* | net: ethernet: SP7021: fix a use after free of skb->lenDan Carpenter2022-05-201-1/+3
* | net: usb: r8152: Add in new Devices that are supported for Mac-PassthruDavid Ober2022-05-201-7/+26
* | Merge tag 'linux-can-next-for-5.19-20220519' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-05-2031-403/+34
|\ \
| * | can: mcp251xfd: silence clang's -Wunaligned-access warningVincent Mailhol2022-05-191-1/+1
| * | can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-1925-378/+2
| * | can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-1910-12/+14
| * | can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp2022-05-191-12/+17
* | | Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-19139-3091/+5325
|\ \ \ | |/ / |/| |
| * | iwlwifi: mei: fix potential NULL-ptr derefJohannes Berg2022-05-181-0/+2
| * | iwlwifi: mei: clear the sap data header before sendingAvraham Stern2022-05-181-0/+1
| * | iwlwifi: mvm: remove vif_countMiri Korenblit2022-05-182-15/+3
| * | iwlwifi: mvm: always tell the firmware to accept MCAST frames in BSSEmmanuel Grumbach2022-05-182-19/+38
| * | iwlwifi: mvm: add OTP info in case of init failureMordechay Goodstein2022-05-182-6/+11
| * | iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach2022-05-181-0/+3
| * | iwlwifi: fw: init SAR GEO table only if data is presentJohannes Berg2022-05-181-0/+3
| * | iwlwifi: mvm: clean up authorized conditionJohannes Berg2022-05-181-20/+3
| * | iwlwifi: mvm: use NULL instead of ERR_PTR when parsing wowlan statusHaim Dreyfuss2022-05-181-11/+11
| * | iwlwifi: pcie: simplify MSI-X cause mappingJohannes Berg2022-05-181-19/+29
| * | rtw89: pci: only mask out INT indicator register for disable interrupt v1Ping-Ke Shih2022-05-171-3/+0
| * | rtw89: convert rtw89_band to nl80211_band preciselyZong-Zhe Yang2022-05-174-11/+29