summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireguard
Commit message (Expand)AuthorAgeFilesLines
* wireguard: use DEV_STATS_INC()Eric Dumazet2023-11-193-9/+10
* wireguard: do not include crypto/algapi.hHerbert Xu2023-09-153-3/+3
* genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-151-1/+1
* wireguard: allowedips: expand maximum node depthJason A. Donenfeld2023-08-072-10/+14
* wireguard: timers: move to using timer_delete_syncJason A. Donenfeld2023-07-031-5/+5
* wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld2023-07-031-5/+9
* wireguard: queueing: use saner cpu selection wrappingJason A. Donenfeld2023-07-034-16/+14
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* cpumask: fix incorrect cpumask scanning result checksLinus Torvalds2023-03-061-1/+1
* wireguard: timers: cast enum limits members to int in printsJiri Slaby (SUSE)2022-12-131-4/+4
* treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-4/+4
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-12/+12
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-6/+6
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-222-22/+16
|\
| * wireguard: netlink: avoid variable-sized memcpy on sockaddrJason A. Donenfeld2022-09-201-7/+6
| * wireguard: ratelimiter: disable timings test by defaultJason A. Donenfeld2022-09-201-15/+10
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-1/+2
|\
| * pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh2022-07-011-1/+2
* | wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld2022-08-022-6/+9
* | wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld2022-08-021-11/+14
* | wireguard: receive: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-091-8/+1
|/
* wireguard: device: check for metadata_dst with skb_valid_dst()Nikolay Aleksandrov2022-04-221-1/+2
* wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld2022-03-301-2/+2
* wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai2022-03-301-0/+1
* wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld2022-03-301-1/+2
* wireguard: device: clear keys on VM forkJason A. Donenfeld2022-03-121-11/+27
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-181-6/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-029-52/+59
|\
| * wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-11-291-2/+2
| * wireguard: receive: drop handshakes if queue lock is contendedJason A. Donenfeld2021-11-291-3/+13
| * wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld2021-11-295-43/+37
| * wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-292-1/+4
| * wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-11-291-4/+4
| * wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld2021-11-291-1/+1
* | skbuff: Switch structure bounds to struct_group()Kees Cook2021-11-221-3/+1
|/
* wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld2021-06-043-131/+137
* wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld2021-06-043-8/+38
* wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2021-06-042-84/+57
* wireguard: allowedips: initialize list head in selftestJason A. Donenfeld2021-06-041-1/+2
* wireguard: peer: allocate in kmem_cacheJason A. Donenfeld2021-06-043-4/+27
* wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld2021-06-042-4/+4
* wireguard: do not use -O3Jason A. Donenfeld2021-06-041-2/+1
* wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld2021-02-238-93/+144
* wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld2021-02-231-3/+4
* wireguard: peer: put frequently used members above cache linesJason A. Donenfeld2021-02-231-2/+2
* wireguard: socket: remove bogus __be32 annotationJann Horn2021-02-231-2/+2
* wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2021-02-232-3/+3