summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...jd/xdp-l3Linus Torvalds2020-08-100-0/+0
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2020-08-0710-93/+94
| |\
* | | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-072-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-103-18/+4
|\ \ \
| * \ \ Merge branch 'support-AF_PACKET-for-layer-3-devices'David S. Miller2020-06-303-18/+4
| |\ \ \
| | * | | wireguard: queueing: make use of ip_tunnel_parse_protocolJason A. Donenfeld2020-06-302-18/+3
| | * | | wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
| |/ / /
* | | | Merge tag 'irq-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-050-0/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'irqchip-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-06-3010-93/+94
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'napi_gro_receive-caller-return-value-cleanups'David S. Miller2020-06-251-8/+2
|\ \ \ \
| * | | | wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld2020-06-251-8/+2
|/ / / /
* | | | Merge branch 'wg-fixes'David S. Miller2020-06-235-47/+57
|\ \ \ \ | |_|/ / |/| | |
| * | | wireguard: device: avoid circular netns referencesJason A. Donenfeld2020-06-234-45/+55
| * | | wireguard: noise: do not assign initiation time in if conditionFrank Werner-Krippendorf2020-06-231-2/+2
|/ / /
* | | Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-010-0/+0
|\ \ \
| * \ \ Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-2510-93/+94
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-04-257-50/+51
| |\ \ \ | | | |/ | | |/|
* | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-010-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-195-36/+25
| |\ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Thomas Gleixner2020-05-117-50/+51
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
* | | | Merge branch 'wireguard-fixes'David S. Miller2020-05-207-58/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | wireguard: noise: separate receive counter from send counterJason A. Donenfeld2020-05-205-53/+48
| * | | wireguard: queueing: preserve flow hash across packet scrubbingJason A. Donenfeld2020-05-204-4/+17
| * | | wireguard: noise: read preshared key while taking lockJason A. Donenfeld2020-05-201-1/+5
|/ / /
* | | Merge branch 'wireguard-fixes'David S. Miller2020-05-064-30/+20
|\ \ \
| * | | wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld2020-05-062-16/+12
| * | | wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld2020-05-061-2/+2
| * | | wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld2020-05-062-0/+6
| * | | wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld2020-05-061-12/+0
|/ / /
* | | Merge branch 'wireguard-fixes'David S. Miller2020-04-293-6/+5
|\ \ \ | |_|/ |/| |
| * | wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen2020-04-291-4/+2
| * | wireguard: queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld2020-04-291-1/+3
| * | wireguard: send: remove errant newline from packet_encrypt_workerSultan Alsawaf2020-04-291-1/+0
|/ /
* | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-1/+1
* | Merge branch 'wireguard-fixes'David S. Miller2020-03-187-49/+50
|\ \ | |/ |/|
| * wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld2020-03-184-43/+39
| * wireguard: receive: remove dead code from default packet type caseJason A. Donenfeld2020-03-181-2/+1
| * wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld2020-03-183-4/+10
|/
* Merge branch 'wireguard-fixes'David S. Miller2020-02-164-11/+20
|\
| * wireguard: socket: remove extra call to synchronize_netJason A. Donenfeld2020-02-161-1/+0
| * wireguard: send: account for mtu=0 devicesJason A. Donenfeld2020-02-162-8/+15
| * wireguard: receive: reset last_under_load to zeroJason A. Donenfeld2020-02-161-2/+5
|/
* Merge branch 'icmp-account-for-NAT-when-sending-icmps-from-ndo-layer'David S. Miller2020-02-131-2/+2
|\
| * wireguard: device: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-2/+2
|/
* Merge branch 'wg-fixes'David S. Miller2020-02-053-7/+10
|\
| * wireguard: noise: reject peers with low order public keysJason A. Donenfeld2020-02-052-7/+9
| * wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet2020-02-051-0/+1
|/
* Merge branch 'reduce-open-coded-skb-next-access-for-gso-segment-walking'David S. Miller2020-01-081-8/+0
|\
| * net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld2020-01-081-8/+0
|/
* Merge branch 'WireGuard-bug-fixes-and-cleanups'David S. Miller2020-01-052-3/+1
|\