summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-77/+123
2022-03-10Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds16-69/+117
2022-03-10xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior1-1/+2
2022-03-10sctp: fix kernel-infoleak for SCTP socketsEric Dumazet1-6/+3
2022-03-09net: dsa: tag_rtl8_4: fix typo in modalias nameLuiz Angelo Daros de Luca1-1/+1
2022-03-09tcp: adjust TSO packet sizes based on min_rttEric Dumazet3-12/+29
2022-03-09tcp: autocork: take MSG_EOR hint into considerationEric Dumazet1-1/+2
2022-03-09net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not setDust Li1-2/+2
2022-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller8-23/+66
2022-03-09ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou1-0/+7
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-08tipc: fix incorrect order of state message data sanity checkTung Nguyen1-4/+5
2022-03-08SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault1-2/+2
2022-03-08mptcp: add fullmesh flag check for adding addressGeliang Tang1-0/+6
2022-03-08mptcp: strict local address ID selectionPaolo Abeni4-23/+63
2022-03-08mptcp: introduce implicit endpointsPaolo Abeni1-17/+44
2022-03-08mptcp: more careful RM_ADDR generationPaolo Abeni1-6/+4
2022-03-08mptcp: use MPTCP_SUBFLOW_NODATAGeliang Tang1-4/+4
2022-03-08mptcp: 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: Fix esp GSO on inter address family tunnels.Steffen Klassert3-4/+27
2022-03-07esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2-0/+6
2022-03-07esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2-0/+10
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-07xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6
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-06net: dsa: unlock the rtnl_mutex when dsa_master_setup() failsVladimir Oltean1-3/+3
2022-03-06Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke1-18/+3
2022-03-05net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca1-36/+116
2022-03-04mptcp: add the mibs for MP_RSTGeliang Tang3-0/+6
2022-03-04mptcp: add the mibs for MP_FASTCLOSEGeliang Tang3-0/+7
2022-03-04Merge tag 'for-net-next-2022-03-04' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski6-43/+58
2022-03-04Merge 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