summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-05-161-12/+13
|\
| * can: isotp: add support for transmission without flow controlOliver Hartkopp2022-05-161-12/+13
* | net: skb: Remove skb_data_area_size()Ricardo Martinez2022-05-161-5/+0
|/
* net: fix possible race in skb_attempt_defer_free()Eric Dumazet2022-05-161-0/+1
* net: skb: change the definition SKB_DR_SET()Menglong Dong2022-05-161-1/+2
* 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
* ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li2022-05-161-0/+1
* net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-162-2/+6
* ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet2022-05-161-0/+33
* ipv6: add struct hop_jumbo_hdr definitionEric Dumazet2022-05-161-0/+11
* net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet2022-05-161-2/+5
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+3
* net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet2022-05-161-0/+2
* 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
| * netfilter: extensions: introduce extension genid countFlorian Westphal2022-05-132-16/+25
| * netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal2022-05-131-3/+0
| * netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal2022-05-131-8/+0
| * netfilter: conntrack: remove the percpu dying listFlorian Westphal2022-05-131-1/+0
| * netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal2022-05-131-0/+2
| * netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal2022-05-132-3/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-05-131-8/+12
|\ \
| * | xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky2022-05-061-1/+0
| * | xfrm: store and rely on direction to construct offload flagsLeon Romanovsky2022-05-061-0/+6
| * | xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky2022-05-061-5/+5
| * | xfrm: delete not used number of external headersLeon Romanovsky2022-05-061-1/+0
| * | xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky2022-05-061-1/+1
* | | inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-05-132-22/+16
* | | net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-122-42/+1
* | | net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau2022-05-121-1/+0
* | | net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-121-0/+2
* | | net: mscc: ocelot: minimize holes in struct ocelot_portVladimir Oltean2022-05-121-9/+11
* | | net: mscc: ocelot: delete ocelot_port :: xmit_templateVladimir Oltean2022-05-121-1/+0
* | | net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-121-1/+5
* | | net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-0/+2
* | | net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean2022-05-121-0/+11
* | | skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski2022-05-121-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-129-13/+20
|\ \ \
| * \ \ Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-125-4/+8
| |\ \ \
| | * \ \ Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-05-111-0/+3
| | |\ \ \
| | | * | | Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-111-0/+3
| | * | | | Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-05-111-1/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |