aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-45/+10
2022-03-14esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca1-2/+1
2022-03-14net: dsa: report and change port dscp priority using dcbnlVladimir Oltean1-0/+86
2022-03-14net: dsa: report and change port default priority using dcbnlVladimir Oltean1-0/+137
2022-03-14net: Add lockdep asserts to ____napi_schedule().Sebastian Andrzej Siewior1-1/+4
2022-03-12netfilter: nf_tables: disable register trackingPablo Neira Ayuso1-2/+7
2022-03-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-0/+116
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet4-12/+45
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park3-5/+16
2022-03-11net: remove exports for netdev_name_node_alt_create() and destroyJakub Kicinski1-2/+0
2022-03-11tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_keyChristoph Hellwig1-2/+0
2022-03-11net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk1-2/+2
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski16-108/+907
2022-03-11net/sched: Allow flower to match on GTP optionsWojciech Drewek1-0/+116
2022-03-11flow_dissector: Add support for HSRv0Kurt Kanzenbach1-0/+1
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala3-3/+45
2022-03-11mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0
2022-03-11mac80211: correct legacy rates check in ieee80211_calc_rx_airtimeMeiChia Chiu1-1/+3
2022-03-11mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-03-10net: limit altnames to 64k totalJakub Kicinski1-0/+11
2022-03-10net: account alternate interface name memoryJakub Kicinski1-1/+1
2022-03-10net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets1-3/+10
2022-03-10Merge tag 'linux-can-next-for-5.18-20220310' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski1-83/+152
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/netdev/netLinus 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-10can: isotp: set max PDU size to 64 kByteOliver Hartkopp1-2/+2
2022-03-10can: isotp: set default value for N_As to 50 micro secondsOliver Hartkopp1-1/+11
2022-03-10can: isotp: add local echo tx processing for consecutive framesOliver Hartkopp1-80/+139
2022-03-10af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_registerHaimin Zhang1-1/+1
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/klassert/ipsecDavid 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