Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10wireguard: receive: use dev_sw_netstats_rx_add()Eric Dumazet
2022-04-23wireguard: device: check for metadata_dst with skb_valid_dst()Nikolay Aleksandrov
2022-03-31wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld
2022-03-31wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai
2022-03-31wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld
2022-03-13wireguard: 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-30wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-11-30wireguard: receive: drop handshakes if queue lock is contendedJason A. Donenfeld
2021-11-30wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld
2021-11-30wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-11-30wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-11-30wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook
2021-06-05wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld
2021-06-05wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld
2021-06-05wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld
2021-06-05wireguard: allowedips: initialize list head in selftestJason A. Donenfeld
2021-06-05wireguard: peer: allocate in kmem_cacheJason A. Donenfeld
2021-06-05wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld
2021-06-05wireguard: do not use -O3Jason A. Donenfeld
2021-02-24wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld
2021-02-24wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld
2021-02-24wireguard: peer: put frequently used members above cache linesJason A. Donenfeld
2021-02-24wireguard: socket: remove bogus __be32 annotationJann Horn
2021-02-24wireguard: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-24lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-10wireguard: switch to dev_get_tstats64Heiner Kallweit
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-09wireguard: peerlookup: take lock before checking hash in replace operationJason A. Donenfeld
2020-09-09wireguard: noise: take lock when removing handshake entry from tableJason A. Donenfeld
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-30wireguard: queueing: make use of ip_tunnel_parse_protocolJason A. Donenfeld
2020-06-30wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-06-26wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld
2020-06-24wireguard: device: avoid circular netns referencesJason A. Donenfeld
2020-06-24wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf
2020-05-21wireguard: noise: separate receive counter from send counterJason A. Donenfeld
2020-05-21wireguard: queueing: preserve flow hash across packet scrubbingJason A. Donenfeld
2020-05-21wireguard: noise: read preshared key while taking lockJason A. Donenfeld
2020-05-07wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld
2020-05-07wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld