summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | flow_dissector: Add PPPoE dissectorsWojciech Drewek2022-07-261-0/+13
| | | |/ / | | |/| |
| * | | | add missing includes and forward declarations to networking includes under li...Jakub Kicinski2022-07-281-0/+6
| * | | | net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl2022-07-271-1/+1
| * | | | s390/ism: CleanupsStefan Raspl2022-07-271-1/+1
| * | | | tls: rx: do not use the standard strparserJakub Kicinski2022-07-261-2/+17
| * | | | tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski2022-07-261-0/+2
| * | | | net: devlink: introduce nested devlink entity for line cardJiri Pirko2022-07-261-0/+2
| |/ / /
| * | | Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-07-252-77/+335
| |\ \ \
| | * | | wifi: mac80211: add macros to loop over active linksGregory Greenman2022-07-221-0/+15