summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-198-9/+23
|\
| * Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-194-3/+17
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-05-181-1/+1
| | |\
| | | * net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-1/+1
| | * | 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
| | | |/ | | |/|
| * | | Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-181-1/+1
| |\ \ \
| | * | | io_uring: fix ordering of args in io_uring_queue_async_workDylan Yudaken2022-05-121-1/+1
| * | | | audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth2022-05-171-1/+1
| * | | | Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-151-3/+3
| |\ \ \ \
| | * | | | sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-3/+3
| * | | | | Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-131-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-071-0/+1
| | * | | | Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2022-05-071-1/+0
* | | | | | tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-192-0/+3
* | | | | | net/mlx5: Support multiport eswitch modeEli Cohen2022-05-171-2/+3
* | | | | | net/mlx5: Inline db alloc API functionTariq Toukan2022-05-171-1/+6
* | | | | | net/mlx5: Add last command failure syndrome to debugfsMoshe Shemesh2022-05-171-0/+2
* | | | | | ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS supportMin Li2022-05-171-1/+11
* | | | | | 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
|\ \ \ \ \ \ \