summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong-84/+1
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+4
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen-2/+2
2022-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-2/+2
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso-1/+2
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds-10/+7
2022-06-02ax25: Fix ax25 session cleanup problemsDuoming Zhou-0/+1
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso-1/+0
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu-0/+6
2022-05-31net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang-0/+6
2022-05-27netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal-1/+6
2022-05-26net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray-28/+8
2022-05-25amt: fix typo in amtTaehee Yoo-1/+1
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+6
2022-05-23Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-2/+16
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski-0/+4
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong-1/+84
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang-0/+6
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-0/+1
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-11/+39
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+16
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz-0/+1
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny-0/+1
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+14
2022-05-17cfg80211: fix kernel-doc for cfg80211_beacon_dataJohannes Berg-1/+1
2022-05-16netfilter: nf_conncount: reduce unnecessary GCWilliam Tu-0/+1
2022-05-16inet: rename INET_MATCH()Eric Dumazet-1/+1
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet-9/+19
2022-05-16tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet-2/+3
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet-3/+4
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck-1/+1
2022-05-16ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet-0/+33
2022-05-16ipv6: add struct hop_jumbo_hdr definitionEric Dumazet-0/+11
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller-80/+70
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek-2/+31
2022-05-16nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram-2/+5
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger-1/+14
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg-1/+0
2022-05-16mac80211: fix typo in documentationJohannes Berg-1/+1
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-8/+12
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell-4/+17
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal-17/+16
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal-25/+5
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal-0/+1
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso-3/+9
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal-7/+0
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal-16/+25
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal-3/+0
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal-8/+0
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal-1/+0