summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard
AgeCommit message (Expand)Author
2023-11-19wireguard: use DEV_STATS_INC()Eric Dumazet
2023-09-15wireguard: do not include crypto/algapi.hHerbert Xu
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-08-07wireguard: allowedips: expand maximum node depthJason A. Donenfeld
2023-07-03wireguard: timers: move to using timer_delete_syncJason A. Donenfeld
2023-07-03wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld
2023-07-03wireguard: queueing: use saner cpu selection wrappingJason A. Donenfeld
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds
2022-12-13wireguard: timers: cast enum limits members to int in printsJiri Slaby (SUSE)
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20wireguard: netlink: avoid variable-sized memcpy on sockaddrJason A. Donenfeld
2022-09-20wireguard: ratelimiter: disable timings test by defaultJason A. Donenfeld
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-02wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld
2022-08-02wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2022-07-01pm/sleep: Add PM_USERSPACE_AUTOSLEEP KconfigKalesh Singh
2022-06-09wireguard: receive: use dev_sw_netstats_rx_add()Eric Dumazet
2022-04-22wireguard: device: check for metadata_dst with skb_valid_dst()Nikolay Aleksandrov
2022-03-30wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld
2022-03-30wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai
2022-03-30wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld
2022-03-12wireguard: device: clear keys on VM forkJason A. Donenfeld
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-29wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-11-29wireguard: receive: drop handshakes if queue lock is contendedJason A. Donenfeld
2021-11-29wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-11-29wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-11-29wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook
2021-06-04wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld
2021-06-04wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld
2021-06-04wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld
2021-06-04wireguard: allowedips: initialize list head in selftestJason A. Donenfeld
2021-06-04wireguard: peer: allocate in kmem_cacheJason A. Donenfeld
2021-06-04wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld
2021-06-04wireguard: do not use -O3Jason A. Donenfeld
2021-02-23wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld
2021-02-23wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld
2021-02-23wireguard: peer: put frequently used members above cache linesJason A. Donenfeld
2021-02-23wireguard: socket: remove bogus __be32 annotationJann Horn
2021-02-23wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli