aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-03-09tcp: adjust TSO packet sizes based on min_rttEric Dumazet
2022-03-09tcp: autocork: take MSG_EOR hint into considerationEric Dumazet
2022-03-09net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not setDust Li
2022-03-09skb: make drop reason booleanableJakub Kicinski
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean
2022-03-09net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean
2022-03-09net: dsa: move port lists initialization to dsa_port_touchVladimir Oltean
2022-03-09net: dsa: warn if port lists aren't empty in dsa_port_teardownVladimir Oltean
2022-03-08SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault
2022-03-08mptcp: add fullmesh flag check for adding addressGeliang Tang
2022-03-08mptcp: strict local address ID selectionPaolo Abeni
2022-03-08mptcp: introduce implicit endpointsPaolo Abeni
2022-03-08mptcp: more careful RM_ADDR generationPaolo Abeni
2022-03-08mptcp: use MPTCP_SUBFLOW_NODATAGeliang Tang
2022-03-08mptcp: add tracepoint in mptcp_sendmsg_fragGeliang Tang
2022-03-08net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridgesTobias Waldekranz
2022-03-07net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix
2022-03-07net: dsa: return success if there was nothing to doTom Rix
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li
2022-03-07phonet: Use netif_rx().Sebastian Andrzej Siewior
2022-03-07bluetooth: Use netif_rx().Sebastian Andrzej Siewior
2022-03-07batman-adv: Use netif_rx().Sebastian Andrzej Siewior
2022-03-07tipc: Use netif_rx().Sebastian Andrzej Siewior
2022-03-07ptp: Add generic PTP is_sync() functionKurt Kanzenbach
2022-03-06wireless: Use netif_rx().Sebastian Andrzej Siewior
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior
2022-03-06Revert "net/smc: don't req_notify until all CQEs drained"Dust Li
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca
2022-03-04mptcp: add the mibs for MP_RSTGeliang Tang
2022-03-04mptcp: add the mibs for MP_FASTCLOSEGeliang Tang
2022-03-04Merge tag 'for-net-next-2022-03-04' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-03-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-04Bluetooth: use memset avoid memory leaksMinghao Chi (CGEL ZTE)
2022-03-04Bluetooth: move adv_instance_cnt read within the device lockNiels Dossche
2022-03-04Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evtNiels Dossche
2022-03-04Bluetooth: make array bt_uuid_any static constColin Ian King
2022-03-04Bluetooth: 6lowpan: No need to clear memory twiceChristophe JAILLET
2022-03-04Bluetooth: Improve skb handling in mgmt_device_connected()Radoslaw Biernacki
2022-03-04Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()Radoslaw Biernacki
2022-03-04Bluetooth: mgmt: Remove unneeded variableMinghao Chi
2022-03-04Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()Tom Rix
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong
2022-03-04net: dev: Use netif_rx().Sebastian Andrzej Siewior
2022-03-04net: bridge: Use netif_rx().Sebastian Andrzej Siewior