summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-10net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not setDust Li1-2/+2
2022-03-09skb: make drop reason booleanableJakub Kicinski3-21/+23
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean3-18/+62
2022-03-09net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean1-0/+7
2022-03-09net: dsa: move port lists initialization to dsa_port_touchVladimir Oltean1-10/+8
2022-03-09net: dsa: warn if port lists aren't empty in dsa_port_teardownVladimir Oltean1-16/+3
2022-03-09SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault1-2/+2
2022-03-09mptcp: add fullmesh flag check for adding addressGeliang Tang1-0/+6
2022-03-09mptcp: strict local address ID selectionPaolo Abeni4-23/+63
2022-03-09mptcp: introduce implicit endpointsPaolo Abeni1-17/+44
2022-03-09mptcp: more careful RM_ADDR generationPaolo Abeni1-6/+4
2022-03-09mptcp: use MPTCP_SUBFLOW_NODATAGeliang Tang1-4/+4
2022-03-09mptcp: add tracepoint in mptcp_sendmsg_fragGeliang Tang1-0/+1
2022-03-08net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridgesTobias Waldekranz1-3/+12
2022-03-07net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix1-1/+1
2022-03-07net: dsa: return success if there was nothing to doTom Rix1-2/+2
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li4-31/+15
2022-03-07phonet: Use netif_rx().Sebastian Andrzej Siewior1-4/+4
2022-03-07bluetooth: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2022-03-07batman-adv: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-07tipc: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-07ptp: Add generic PTP is_sync() functionKurt Kanzenbach1-0/+12
2022-03-06wireless: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-06Revert "net/smc: don't req_notify until all CQEs drained"Dust Li1-28/+21
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca1-36/+116
2022-03-05mptcp: add the mibs for MP_RSTGeliang Tang3-0/+6
2022-03-05mptcp: add the mibs for MP_FASTCLOSEGeliang Tang3-0/+7
2022-03-05Merge tag 'for-net-next-2022-03-04' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski6-43/+58
2022-03-05Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+5
2022-03-04Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)1-0/+1
2022-03-04Bluetooth: move adv_instance_cnt read within the device lockNiels Dossche1-1/+3
2022-03-04Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evtNiels Dossche1-7/+12
2022-03-04Bluetooth: make array bt_uuid_any static constColin Ian King1-1/+3
2022-03-04Bluetooth: 6lowpan: No need to clear memory twiceChristophe JAILLET1-1/+0
2022-03-04Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki2-17/+23
2022-03-04Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki2-10/+13
2022-03-04Bluetooth: mgmt: Remove unneeded variableMinghao Chi1-5/+2
2022-03-04Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix1-1/+1
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong1-3/+5
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong1-1/+1
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong1-1/+1
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong1-1/+4
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong1-2/+3
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong1-3/+4
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong1-1/+1
2022-03-04net: dev: Use netif_rx().Sebastian Andrzej Siewior1-3/+3
2022-03-04net: bridge: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-03-04net: caif: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-157/+351