aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-31net: geneve: fix array of flexible structures warningsJakub Kicinski1-1/+1
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski1-0/+21
2022-10-28Kalle Valo says:Jakub Kicinski2-20/+66
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi1-0/+28
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi1-0/+5
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski5-15/+47
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2022-10-27bond: Disable TLS features indicationTariq Toukan1-4/+0
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller3-35/+24
2022-10-25netfilter: nft_meta: add inner match supportPablo Neira Ayuso1-0/+6
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso2-0/+2
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso2-0/+29
2022-10-25netfilter: nft_objref: make it builtinFlorian Westphal1-0/+1
2022-10-25netfilter: nf_tables: reduce nft_pktinfo by 8 bytesFlorian Westphal3-5/+9
2022-10-25netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso1-10/+0
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima1-0/+2
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar3-0/+32
2022-10-24genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski1-1/+9
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-24net-memcg: avoid stalls when under memory pressureJakub Kicinski1-1/+1
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin1-1/+1
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet1-8/+22
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni1-0/+9
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima1-2/+0
2022-10-20sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev1-2/+1
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-9/+10
2022-10-19genetlink: fix kdoc warningsJakub Kicinski1-3/+5
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-6/+5
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds3-3/+3
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-12/+12
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima3-9/+2
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-0/+1
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal1-4/+0
2022-10-12ieee802154: hwsim: Implement address filteringMiquel Raynal1-0/+8
2022-10-12mac802154: set filter at drv_start()Alexander Aring1-2/+5
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld3-3/+3
2022-10-10Merge tag '9p-for-6.1' of https://github.com/martinetd/linuxLinus Torvalds2-0/+8
2022-10-10Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg16-43/+182
2022-10-10wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel1-19/+32
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad1-1/+3
2022-10-07wifi: mac80211: add RCU _check() link access variantsJohannes Berg1-0/+8
2022-10-07wifi: nl80211: use link ID in NL80211_CMD_SET_BSSJohannes Berg1-0/+2
2022-10-07wifi: cfg80211: support reporting failed linksJohannes Berg1-0/+7
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg1-0/+11
2022-10-07wifi: mac80211: add pointer from link STA to STABenjamin Berg1-0/+3
2022-10-07net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring1-3/+9
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck1-0/+5
2022-10-059p: add P9_ERRMAX for 9p2000 and 9p2000.uChristian Schoenebeck1-0/+3
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+5
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1