summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel2021-09-231-5/+14
* mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni2021-09-221-2/+2
* net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean2021-09-211-3/+9
* net: dsa: fix dsa_tree_setup error pathVladimir Oltean2021-09-211-0/+1
* net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul2021-09-211-0/+2
* net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul2021-09-211-1/+2
* nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel2021-09-201-0/+2
* napi: fix race inside napi_enableXuan Zhuo2021-09-201-6/+10
* net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean2021-09-191-5/+46
* net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner2021-09-191-14/+23
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+50
* net: update NXP copyright textVladimir Oltean2021-09-172-2/+2
* Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-1616-59/+62
|\
| * net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-153-15/+37
| * net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean2021-09-151-7/+5
| * Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet2021-09-144-7/+10
| * tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-141-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-142-14/+3
| |\
| | * bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2021-09-132-14/+3
| * | net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet2021-09-141-16/+3
| * | ipv6: delay fib6_sernum increase in fib6_addzhang kai2021-09-131-2/+1
| * | tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-131-1/+1
| * | udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin2021-09-131-1/+1
| * | Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng2021-09-134-10/+7
| * | net/packet: clarify source of pr_*() messagesBaruch Siach2021-09-101-0/+2
| * | net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang2021-09-091-1/+3
| * | net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-091-1/+1
| * | mctp: perform route destruction under RCU read lockJeremy Kerr2021-09-081-0/+2
| * | dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng2021-09-081-0/+2
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-112-13/+20
|\ \ \
| * | | af_vsock: rename variables in receive loopArseny Krasnov2021-09-061-5/+5
| * | | virtio/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-1/+8
| * | | virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-7/+7
* | | | Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-09-083-7/+10
|\ \ \ \
| * | | | SUNRPC: improve error response to over-size gss credentialNeilBrown2021-09-032-1/+3
| * | | | SUNRPC: don't pause on incomplete allocationNeilBrown2021-09-011-6/+7
* | | | | Merge tag '9p-for-5.15-rc1' of git://github.com/martinetd/linuxLinus Torvalds2021-09-084-6/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net/9p: increase default msize to 128kChristian Schoenebeck2021-09-051-1/+1
| * | | | net/9p: use macro to define default msizeChristian Schoenebeck2021-09-051-2/+4
| * | | | net/9p: increase tcp max msize to 1MBDominique Martinet2021-09-051-1/+1
| * | | | 9p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-271-2/+2
| * | | | 9p/trans_virtio: Remove sysfs file on probe failureXie Yongji2021-07-271-1/+3
* | | | | Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-0729-158/+298
|\ \ \ \ \
| * | | | | ieee802154: Remove redundant initialization of variable retColin Ian King2021-09-071-1/+1
| * | | | | ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn2021-09-061-2/+0
| * | | | | ip_gre: validate csum_start only on pullWillem de Bruijn2021-09-051-3/+6
| * | | | | ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli2021-09-051-10/+18
| * | | | | fq_codel: reject silly quantum parametersEric Dumazet2021-09-041-2/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-037-54/+113
| |\ \ \ \ \
| | * | | | | netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans2021-09-031-3/+1