| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-09-16 | 16 | -59/+62 |
|\ |
|
| * | net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports | Vladimir Oltean | 2021-09-15 | 3 | -15/+37 |
| * | net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup | Vladimir Oltean | 2021-09-15 | 1 | -7/+5 |
| * | Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"" | Eric Dumazet | 2021-09-14 | 4 | -7/+10 |
| * | tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() | zhenggy | 2021-09-14 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2021-09-14 | 2 | -14/+3 |
| |\ |
|
| | * | bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode | Daniel Borkmann | 2021-09-13 | 2 | -14/+3 |
| * | | net-caif: avoid user-triggerable WARN_ON(1) | Eric Dumazet | 2021-09-14 | 1 | -16/+3 |
| * | | ipv6: delay fib6_sernum increase in fib6_add | zhang kai | 2021-09-13 | 1 | -2/+1 |
| * | | tipc: increase timeout in tipc_sk_enqueue() | Hoang Le | 2021-09-13 | 1 | -1/+1 |
| * | | udp_tunnel: Fix udp_tunnel_nic work-queue type | Aya Levin | 2021-09-13 | 1 | -1/+1 |
| * | | Revert "ipv4: fix memory leaks in ip_cmsg_send() callers" | Yajun Deng | 2021-09-13 | 4 | -10/+7 |
| * | | net/packet: clarify source of pr_*() messages | Baruch Siach | 2021-09-10 | 1 | -0/+2 |
| * | | net/l2tp: Fix reference count leak in l2tp_udp_recv_core | Xiyu Yang | 2021-09-09 | 1 | -1/+3 |
| * | | net/af_unix: fix a data-race in unix_dgram_poll | Eric Dumazet | 2021-09-09 | 1 | -1/+1 |
| * | | mctp: perform route destruction under RCU read lock | Jeremy Kerr | 2021-09-08 | 1 | -0/+2 |
| * | | dccp: don't duplicate ccid when cloning dccp sock | Lin, Zhenpeng | 2021-09-08 | 1 | -0/+2 |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-09-11 | 2 | -13/+20 |
|\ \ \ |
|
| * | | | af_vsock: rename variables in receive loop | Arseny Krasnov | 2021-09-06 | 1 | -5/+5 |
| * | | | virtio/vsock: support MSG_EOR bit processing | Arseny Krasnov | 2021-09-05 | 1 | -1/+8 |
| * | | | virtio/vsock: rename 'EOR' to 'EOM' bit. | Arseny Krasnov | 2021-09-05 | 1 | -7/+7 |
* | | | | Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2021-09-08 | 3 | -7/+10 |
|\ \ \ \ |
|
| * | | | | SUNRPC: improve error response to over-size gss credential | NeilBrown | 2021-09-03 | 2 | -1/+3 |
| * | | | | SUNRPC: don't pause on incomplete allocation | NeilBrown | 2021-09-01 | 1 | -6/+7 |
* | | | | | Merge tag '9p-for-5.15-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 2021-09-08 | 4 | -6/+10 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | net/9p: increase default msize to 128k | Christian Schoenebeck | 2021-09-05 | 1 | -1/+1 |
| * | | | | net/9p: use macro to define default msize | Christian Schoenebeck | 2021-09-05 | 1 | -2/+4 |
| * | | | | net/9p: increase tcp max msize to 1MB | Dominique Martinet | 2021-09-05 | 1 | -1/+1 |
| * | | | | 9p/xen: Fix end of loop tests for list_for_each_entry | Harshvardhan Jha | 2021-07-27 | 1 | -2/+2 |
| * | | | | 9p/trans_virtio: Remove sysfs file on probe failure | Xie Yongji | 2021-07-27 | 1 | -1/+3 |
* | | | | | Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-09-07 | 29 | -158/+298 |
|\ \ \ \ \ |
|
| * | | | | | ieee802154: Remove redundant initialization of variable ret | Colin Ian King | 2021-09-07 | 1 | -1/+1 |
| * | | | | | ip6_gre: Revert "ip6_gre: add validation for csum_start" | Willem de Bruijn | 2021-09-06 | 1 | -2/+0 |
| * | | | | | ip_gre: validate csum_start only on pull | Willem de Bruijn | 2021-09-05 | 1 | -3/+6 |
| * | | | | | ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL address | Antonio Quartulli | 2021-09-05 | 1 | -10/+18 |
| * | | | | | fq_codel: reject silly quantum parameters | Eric Dumazet | 2021-09-04 | 1 | -2/+10 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski | 2021-09-03 | 7 | -54/+113 |
| |\ \ \ \ \ |
|
| | * | | | | | netfilter: socket: icmp6: fix use-after-scope | Benjamin Hesmans | 2021-09-03 | 1 | -3/+1 |
| | * | | | | | netfilter: refuse insertion if chain has grown too large | Florian Westphal | 2021-08-30 | 3 | -10/+40 |
| | * | | | | | netfilter: conntrack: switch to siphash | Florian Westphal | 2021-08-30 | 3 | -24/+50 |
| | * | | | | | netfilter: conntrack: sanitize table size default settings | Florian Westphal | 2021-08-30 | 1 | -16/+14 |
| | * | | | | | netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutex | Pavel Skripkin | 2021-08-11 | 1 | -1/+8 |
| * | | | | | | net: remove the unnecessary check in cipso_v4_doi_free | 王贇 | 2021-09-03 | 1 | -10/+8 |
| * | | | | | | net: bridge: mcast: fix vlan port router deadlock | Nikolay Aleksandrov | 2021-09-03 | 1 | -2/+2 |
| * | | | | | | seg6_iptunnel: Remove redundant initialization of variable err | Colin Ian King | 2021-09-03 | 1 | -1/+1 |
| * | | | | | | tipc: clean up inconsistent indenting | Colin Ian King | 2021-09-03 | 1 | -1/+1 |
| * | | | | | | skbuff: clean up inconsistent indenting | Colin Ian King | 2021-09-03 | 1 | -1/+1 |
| * | | | | | | mptcp: Only send extra TCP acks in eligible socket states | Mat Martineau | 2021-09-03 | 3 | -17/+15 |
| * | | | | | | pktgen: remove unused variable | Eric Dumazet | 2021-09-03 | 1 | -1/+0 |
| * | | | | | | Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6 | Ryoga Saito | 2021-09-02 | 1 | -0/+2 |