aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller8-80/+70
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski1-8/+12
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell1-4/+17
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal2-17/+16
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal1-25/+5
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal1-0/+1
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso1-3/+9
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal2-7/+0
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal2-16/+25
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal1-3/+0
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal1-8/+0
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal1-1/+0
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal1-0/+2
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal2-3/+2
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2-22/+16
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau2-42/+1
2022-05-12net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau1-1/+0
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean1-1/+5
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean1-0/+2
2022-05-12net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean1-0/+11
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-0/+1
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet1-0/+6
2022-05-11net: add include/net/net_debug.hEric Dumazet1-0/+151
2022-05-06net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean1-6/+0
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky1-1/+0
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky1-0/+6
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky1-5/+5
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky1-1/+0
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky1-1/+1
2022-05-05tcp: allow MPTCP to update the announced windowPaolo Abeni1-1/+1
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski1-17/+1
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2-3/+3
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-25/+65
2022-05-02Stefan Schmidt says:Jakub Kicinski2-2/+23
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov1-2/+8
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-8/+10
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-3/+13
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothPaolo Abeni2-1/+2
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet2-14/+0
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz1-1/+1
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz1-0/+1
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski1-0/+1
2022-04-25net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal1-0/+9
2022-04-25net: mac802154: Create an offloaded transmission error helperMiquel Raynal1-0/+10
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet1-0/+1
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1