summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+5
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-163-84/+1
* Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-094-4/+4
|\
| * ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen2022-06-081-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-06-073-2/+2
| |\
| | * netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-062-1/+2
| | * netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-021-1/+0
* | | bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-10/+7
|/ /
* | ax25: Fix ax25 session cleanup problemsDuoming Zhou2022-06-021-0/+1
* | bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2022-06-011-0/+6
|/
* net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang2022-05-311-0/+6
* netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal2022-05-271-1/+6
* net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray2022-05-261-28/+8
* amt: fix typo in amtTaehee Yoo2022-05-251-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-231-0/+6
|\
| * bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+6
* | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-05-232-2/+16
|\ \
| * | Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2022-05-191-0/+1
| * | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+15
* | | net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-222-0/+4
* | | net: Add a second bind table hashed by port and addressJoanne Koong2022-05-203-1/+84
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-05-191-0/+1
|\ \ \
| * | | netfilter: nf_conncount: reduce unnecessary GCWilliam Tu2022-05-161-0/+1
* | | | Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-192-11/+39
|\ \ \ \
| * | | | cfg80211: fix kernel-doc for cfg80211_beacon_dataJohannes Berg2022-05-171-1/+1
| * | | | mac80211: extend current rate control tx status APIJonas Jelonek2022-05-161-2/+31
| * | | | nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-161-2/+5
| * | | | mac80211: remove stray multi_sta_back_32bit docsJohannes Berg2022-05-161-1/+0
| * | | | mac80211: fix typo in documentationJohannes Berg2022-05-161-1/+1
| * | | | cfg80211: support disabling EHT modeMuna Sinada2022-05-041-0/+2
| * | | | cfg80211: remove cfg80211_get_chan_state()Johannes Berg2022-05-041-5/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-193-2/+16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-05-182-1/+14
| |\ \ \ \ \
| | * | | | | xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-162-1/+14
| * | | | | | Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-131-1/+2
* | | | | | | tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-191-0/+1
* | | | | | | inet: rename INET_MATCH()Eric Dumazet2022-05-161-1/+1
* | | | | | | ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-05-161-9/+19
* | | | | | | tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet2022-05-161-2/+3
* | | | | | | net: annotate races around sk->sk_bound_dev_ifEric Dumazet2022-05-162-3/+4
* | | | | | | net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
* | | | | | | ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet2022-05-161-0/+33
* | | | | | | ipv6: add struct hop_jumbo_hdr definitionEric Dumazet2022-05-161-0/+11
| |_|_|/ / / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-05-168-80/+70
|\ \ \ \ \ \
| * | | | | | netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell2022-05-131-4/+17
| * | | | | | netfilter: prefer extension check to pointer checkFlorian Westphal2022-05-132-17/+16
| * | | | | | netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal2022-05-131-25/+5
| * | | | | | netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal2022-05-131-0/+1
| * | | | | | netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso2022-05-131-3/+9
| * | | | | | netfilter: conntrack: remove unconfirmed listFlorian Westphal2022-05-132-7/+0