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