summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'for-6.4/amd-sfh' into for-linusJiri Kosina2023-04-261-1/+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
* Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-130-0/+0
|\
| * Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann2022-11-214-32/+26
| |\
* | | 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 possibledeveldavem/net-nextJason 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
|\ \
| * \ Merge branch 'wireguard-patches-for-6-0-rc6'Jakub Kicinski2022-09-202-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
* | Merge branch 'wireguard-patches-for-5-20-rc1'Jakub Kicinski2022-08-023-17/+23
|\ \
| * | 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
|/ /
* | Merge branch 'net-adopt-u64_stats_t-type'Jakub Kicinski2022-06-091-8/+1
|\ \ | |/ |/|
| * wireguard: receive: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-091-8/+1
|/
* Merge branch 'wireguard-patches-for-5-18-rc4'Jakub Kicinski2022-04-221-1/+2
|\
| * wireguard: device: check for metadata_dst with skb_valid_dst()Nikolay Aleksandrov2022-04-221-1/+2
|/
* Merge branch 'wireguard-patches-for-5-18-rc1'Jakub Kicinski2022-03-302-3/+5
|\
| * 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 tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-3/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-029-52/+59
| |\
| * \ Merge branch 'skbuff-struct-group'David S. Miller2021-11-221-3/+1
| |\ \
| | * | skbuff: Switch structure bounds to struct_group()Kees Cook2021-11-221-3/+1
| |/ /
* | | Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann2021-12-179-52/+59
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'wireguard-siphash-patches-for-5-16-rc6'Jakub Kicinski2021-11-299-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
|/
* Merge branch 'wireguard-fixes'David S. Miller2021-06-048-194/+226
|\
| * 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