summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-071-0/+67
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-022-3/+0
|\
| * netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-312-3/+0
* | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-022-2/+4
|\ \
| * | rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells2022-09-011-2/+0
| * | rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+4
| |/
* / tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-08-311-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-261-1/+3
|\
| * ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-181-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-242-0/+4
|\ \
| * | netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-241-0/+2
| * | netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-241-0/+1
| * | netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-241-0/+1
* | | net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima2022-08-241-1/+1
* | | net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-08-241-1/+1
|/ /
* | bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-171-1/+1
|\ \
| * | netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2022-08-111-1/+1
* | | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-171-0/+25
* | | neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-151-0/+1
| |/ |/|
* | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-117-29/+80
|\ \
| * | net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski2022-08-111-2/+3
| * | net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-101-0/+4
| |\ \
| | * | mptcp, btf: Add struct mptcp_sock definition when CONFIG_MPTCP is disabledJiri Olsa2022-08-081-0/+4
| * | | net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-08-101-20/+48
| | |/ | |/|
| * | ax88796: Fix some typo in a commentChristophe JAILLET2022-08-091-2/+2
| * | netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-091-0/+5
| * | netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-091-2/+2
| * | netfilter: nf_tables: validate variable length element extensionPablo Neira Ayuso2022-08-091-1/+3
| |/
| * net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-031-1/+12
* | Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds2022-08-061-4/+45
|\ \ | |/ |/|
| * 9p: Add client parameter to p9_req_put()Kent Overstreet2022-07-091-1/+1
| * 9p: Drop kref usageKent Overstreet2022-07-091-3/+3
| * 9p fid refcount: add a 9p_fid_ref tracepointDominique Martinet2022-07-021-0/+13
| * 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-0/+28
* | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-03109-737/+2100
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-035-20/+29
| |\ \
| | * | net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy2022-08-021-0/+11
| | * | net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning2022-07-293-20/+17
| | * | ax25: fix incorrect dev_tracker usageEric Dumazet2022-07-281-0/+1
| * | | net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet2022-08-011-1/+2
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-291-0/+1
| |\ \ \
| | * | | ip_tunnels: Add new flow flags field to ip_tunnel_keyPaul Chaignon2022-07-261-0/+1
| * | | | firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko2022-07-281-2/+1
| * | | | devlink: introduce framework for selftestsVikas Gupta2022-07-281-0/+21
| * | | | net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-285-14/+10
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2022-07-282-0/+19
| |\ \ \ \
| | * | | | flow_offload: Introduce flow_match_pppoeWojciech Drewek2022-07-261-0/+6