summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-1017-77/+123
|\
| * Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-1016-69/+117
| |\
| | * xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior2022-03-101-1/+2
| | * sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-101-6/+3
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-03-098-23/+66
| | |\
| | | * net: Fix esp GSO on inter address family tunnels.Steffen Klassert2022-03-073-4/+27
| | | * esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-072-0/+6
| | | * esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-072-0/+10
| | | * Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-061-18/+3
| | | * xfrm: fix tunnel model fragmentation behaviorLina Wang2022-03-012-1/+20
| | * | ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou2022-03-091-0/+7
| | * | tipc: fix incorrect order of state message data sanity checkTung Nguyen2022-03-081-4/+5
| | * | net: dsa: unlock the rtnl_mutex when dsa_master_setup() failsVladimir Oltean2022-03-061-3/+3
| | * | tipc: fix kernel panic when enabling bearerTung Nguyen2022-03-041-5/+7
| | * | Merge tag 'for-net-2022-03-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-03-032-27/+24
| | |\ \
| | | * | Bluetooth: hci_sync: Fix not processing all entries on cmd_sync_workLuiz Augusto von Dentz2022-03-031-26/+23
| | | * | Bluetooth: hci_core: Fix unbalanced unlock in set_device_flags()Hans de Goede2022-03-031-1/+1
| * | | | xen/9p: use alloc/free_pages_exact()Juergen Gross2022-03-071-8/+6
| |/ / /
* | | | net: dsa: tag_rtl8_4: fix typo in modalias nameLuiz Angelo Daros de Luca2022-03-091-1/+1
* | | | tcp: adjust TSO packet sizes based on min_rttEric Dumazet2022-03-093-12/+29
* | | | tcp: autocork: take MSG_EOR hint into considerationEric Dumazet2022-03-091-1/+2
* | | | net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not setDust Li2022-03-091-2/+2
* | | | skb: make drop reason booleanableJakub Kicinski2022-03-093-21/+23
* | | | net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-093-18/+62
* | | | net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean2022-03-091-0/+7
* | | | net: dsa: move port lists initialization to dsa_port_touchVladimir Oltean2022-03-091-10/+8
* | | | net: dsa: warn if port lists aren't empty in dsa_port_teardownVladimir Oltean2022-03-091-16/+3
* | | | SO_ZEROCOPY should return -EOPNOTSUPP rather than -ENOTSUPPSamuel Thibault2022-03-081-2/+2
* | | | mptcp: add fullmesh flag check for adding addressGeliang Tang2022-03-081-0/+6
* | | | mptcp: strict local address ID selectionPaolo Abeni2022-03-084-23/+63
* | | | mptcp: introduce implicit endpointsPaolo Abeni2022-03-081-17/+44
* | | | mptcp: more careful RM_ADDR generationPaolo Abeni2022-03-081-6/+4
* | | | mptcp: use MPTCP_SUBFLOW_NODATAGeliang Tang2022-03-081-4/+4
* | | | mptcp: add tracepoint in mptcp_sendmsg_fragGeliang Tang2022-03-081-0/+1
* | | | net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridgesTobias Waldekranz2022-03-081-3/+12
* | | | net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix2022-03-071-1/+1
* | | | net: dsa: return success if there was nothing to doTom Rix2022-03-071-2/+2
* | | | net/smc: fix compile warning for smc_sysctlDust Li2022-03-074-31/+15
* | | | phonet: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-4/+4
* | | | bluetooth: Use netif_rx().Sebastian Andrzej Siewior2022-03-072-2/+2
* | | | batman-adv: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* | | | tipc: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* | | | ptp: Add generic PTP is_sync() functionKurt Kanzenbach2022-03-071-0/+12
* | | | wireless: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* | | | can: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* | | | Revert "net/smc: don't req_notify until all CQEs drained"Dust Li2022-03-061-28/+21
* | | | net: dsa: tag_rtl8_4: add rtl8_4t trailing variantLuiz Angelo Daros de Luca2022-03-051-36/+116
* | | | mptcp: add the mibs for MP_RSTGeliang Tang2022-03-043-0/+6
* | | | mptcp: add the mibs for MP_FASTCLOSEGeliang Tang2022-03-043-0/+7
* | | | Merge tag 'for-net-next-2022-03-04' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-03-046-43/+58
|\ \ \ \