summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mptcp: dispose initial struct socket when its subflow is closedFlorian Westphal2021-03-041-6/+12
* mptcp: fix memory accounting on allocation errorPaolo Abeni2021-03-041-0/+1
* mptcp: put subflow sock on connect errorFlorian Westphal2021-03-041-0/+1
* mptcp: reset last_snd on subflow closeFlorian Westphal2021-03-041-0/+5
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-041-4/+4
* nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel2021-03-041-3/+7
* net: sctp: trivial: fix typo in commentDrew Fustini2021-03-041-1/+1
* rtnetlink: using dev_base_seq from target netzhang kai2021-03-031-1/+1
* net: 9p: advance iov on empty readJisheng Zhang2021-03-031-4/+0
* net: l2tp: reduce log level of messages in receive path, add counter insteadMatthias Schiffer2021-03-033-19/+29
* tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet2021-03-011-8/+15
* net: dsa: tag_mtk: fix 802.1ad VLAN egressDENG Qingfang2021-03-011-6/+13
* net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn2021-03-011-0/+2
* inetpeer: use div64_ul() and clamp_val() calculate inet_peer_thresholdYejune Deng2021-03-011-14/+7
* net/qrtr: fix __netdev_alloc_skb callPavel Skripkin2021-03-011-1/+1
* net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-016-23/+22
* net: dsa: tag_rtl4_a: fix egress tagsDENG Qingfang2021-03-011-7/+5
* net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-02-281-1/+1
* ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang2021-02-281-13/+13
* tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE)Arjun Roy2021-02-261-1/+2
* net: dsa: tag_ocelot_8021q: fix driver dependencyArnd Bergmann2021-02-261-0/+2
* Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-2517-98/+161
|\
| * net: psample: Fix netlink skb length with tunnel infoChris Mi2021-02-251-2/+2
| * net: hsr: add support for EntryForgetTimeMarco Wenzel2021-02-253-2/+9
| * net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-244-61/+27
| * net: qrtr: Fix memory leak in qrtr_tun_openTakeshi Misawa2021-02-231-1/+11
| * net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu2021-02-231-0/+15
| * net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-02-233-16/+19
| * mptcp: do not wakeup listener for MPJ subflowsPaolo Abeni2021-02-221-0/+6
| * mptcp: provide subflow aware release functionFlorian Westphal2021-02-221-2/+53
| * mptcp: fix DATA_FIN generation on early shutdownPaolo Abeni2021-02-221-9/+14
| * mptcp: fix DATA_FIN processing for orphaned socketsPaolo Abeni2021-02-221-5/+4
| * net: dsa: Fix dependencies with HSRFlorian Fainelli2021-02-221-0/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-232-4/+7
|\ \
| * | fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+3
| * | af_unix: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * | namei: prepare for idmapped mountsChristian Brauner2021-01-241-1/+2
| * | acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * | fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | | Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-222-21/+20
|\ \ \
| * | | SUNRPC: Further clean up svc_tcp_sendmsg()Chuck Lever2021-02-161-8/+7
| * | | SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()Trond Myklebust2021-02-161-9/+3
| * | | SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust2021-02-161-1/+7
| * | | svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever2021-02-151-3/+3
* | | | Merge tag 'ceph-for-5.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-02-221-12/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | libceph: remove osdtimeout option entirelyIlya Dryomov2021-02-161-6/+0
| * | | libceph: deprecate [no]cephx_require_signatures optionsIlya Dryomov2021-02-161-6/+5
| |/ /
* | | Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-02-215-121/+175
|\ \ \
| * | | SUNRPC: Correct a commentChuck Lever2021-01-251-1/+1
| * | | svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()Chuck Lever2021-01-251-3/+3