summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz1-0/+1
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny1-0/+1
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-1/+14
2022-05-17cfg80211: fix kernel-doc for cfg80211_beacon_dataJohannes Berg1-1/+1
2022-05-16netfilter: nf_conncount: reduce unnecessary GCWilliam Tu1-0/+1
2022-05-16inet: rename INET_MATCH()Eric Dumazet1-1/+1
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet1-9/+19
2022-05-16tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet1-2/+3
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet2-3/+4
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-1/+1
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet1-0/+33
2022-05-16ipv6: add struct hop_jumbo_hdr definitionEric Dumazet1-0/+11
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller8-80/+70
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-2/+31
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram1-2/+5
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2-1/+14
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg1-1/+0
2022-05-16mac80211: fix typo in documentationJohannes Berg1-1/+1
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub 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-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet1-1/+2
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2-22/+16
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2-2/+15
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau2-42/+1
2022-05-13net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau1-1/+0
2022-05-13net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean1-1/+5
2022-05-13net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean1-0/+2
2022-05-13net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean1-0/+11
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2022-05-12Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-05-12net/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-07net: 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