aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-ppp_generic-ioctls-to-bridge-channels'David S. Miller2020-12-103-3/+167
|\
| * docs: update ppp_generic.rst to document new ioctlsTom Parkin2020-12-101-0/+16
| * ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctlsTom Parkin2020-12-102-3/+151
|/
* rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski2020-12-101-11/+13
* Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau2020-12-102-40/+8
* net: qualcomm: rmnet: Update rmnet device MTU based on real deviceSubash Abhinov Kasiviswanathan2020-12-104-3/+90
* net: lapbether: Consider it successful if (dis)connecting when already (dis)c...Xie He2020-12-101-2/+11
* igc: Add new device IDSasha Neftin2020-12-103-0/+3
* tcp: correctly handle increased zerocopy args struct sizeArjun Roy2020-12-101-2/+2
* net: mediatek: simplify the return expression of mtk_gmac_sgmii_path_setup()Zheng Yongjun2020-12-101-6/+2
* net/mlx4: simplify the return expression of mlx4_init_srq_table()Zheng Yongjun2020-12-101-7/+2
* net: stmmac: simplify the return tc_delete_knode()Zheng Yongjun2020-12-101-8/+2
* Merge tag 'linux-can-next-for-5.11-20201210' of git://git.kernel.org/pub/scm/...David S. Miller2020-12-1010-48/+242
|\
| * can: mcp251xfd: Add support for internal loopback modeManivannan Sadhasivam2020-12-101-4/+7
| * can: flexcan: convert the driver to DT-onlyFabio Estevam2020-12-101-17/+1
| * can: m_can: add PCI glue driver for Intel Elkhart LakeJarkko Nikula2020-12-103-0/+194
| * can: m_can: move runtime PM enable/disable to m_can_platformPatrik Flykt2020-12-102-8/+9
| * can: m_can: m_can_config_endisable(): remove double clearing of clock stop re...Sean Nyekjaer2020-12-101-4/+0
| * can: rx-offload: can_rx_offload_offload_one(): avoid double unlikely() notati...Antonio Quartulli2020-12-101-1/+1
| * can: isotp: add SF_BROADCAST support for functional addressingOliver Hartkopp2020-12-102-14/+30
* | vxlan: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2020-12-101-1/+1
|/
* Merge branch 'hns3-next'David S. Miller2020-12-0912-151/+759
|\
| * net: hns3: adjust rss tc mode configure commandGuojia Liao2020-12-092-1/+5
| * net: hns3: adjust rss indirection table configure commandGuojia Liao2020-12-092-8/+19
| * net: hns3: add support for max 512 rss sizeGuojia Liao2020-12-095-16/+39
| * net: hns3: add support for hw tc offload of tc flowerJian Shen2020-12-094-13/+397
| * net: hns3: add support for forwarding packet to queues of specified TC when f...Jian Shen2020-12-094-5/+27
| * net: hns3: add support for tc mqprio offloadJian Shen2020-12-095-53/+220
| * net: hns3: refine the struct hane3_tc_infoJian Shen2020-12-098-67/+64
|/
* nfp: silence set but not used warning with IPV6=nJakub Kicinski2020-12-091-1/+1
* net: stmmac: allow stmmac to probe for C45 PHY devicesWong Vee Khee2020-12-091-0/+3
* Merge branch 'Add-support-for-VSOL-V2801F-CarlitoxxPro-CPGOS03-GPON-moDavid S. Miller2020-12-092-11/+63
|\
| * net: sfp: relax bitrate-derived mode checkRussell King2020-12-091-6/+5
| * net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King2020-12-091-5/+58
|/
* net: x25: Fix handling of Restart Request and Restart ConfirmationXie He2020-12-091-16/+9
* Merge branch 'mptcp-fixes'David S. Miller2020-12-095-10/+48
|\
| * mptcp: be careful on subflows shutdownPaolo Abeni2020-12-091-2/+10
| * mptcp: plug subflow context memory leakPaolo Abeni2020-12-091-2/+3
| * mptcp: link MPC subflow into msk only after acceptPaolo Abeni2020-12-095-6/+35
|/
* net: hdlc_x25: Remove unnecessary skb_reset_network_header callsXie He2020-12-091-2/+0
* net/mlx4: simplify the return expression of mlx4_init_cq_table()Zheng Yongjun2020-12-091-7/+2
* ibmvnic: fix rx buffer tracking and index management in replenish_rx_pool par...Dwip N. Banerjee2020-12-091-0/+2
* Merge branch 'mptcp-Add-port-parameter-to-ADD_ADDR-option'David S. Miller2020-12-095-79/+146
|\
| * mptcp: use the variable sk instead of open-codingGeliang Tang2020-12-091-2/+2
| * mptcp: rename add_addr_signal and mptcp_add_addr_statusGeliang Tang2020-12-093-16/+16
| * mptcp: drop rm_addr_signal flagGeliang Tang2020-12-092-5/+17
| * mptcp: print out port and ahmac when receiving ADD_ADDRGeliang Tang2020-12-091-3/+3
| * mptcp: add port parameter for mptcp_pm_announce_addrGeliang Tang2020-12-093-6/+11
| * mptcp: send out dedicated packet for ADD_ADDR using portGeliang Tang2020-12-093-5/+15
| * mptcp: add the outgoing ADD_ADDR port supportGeliang Tang2020-12-093-7/+20