summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-02mptcp: avoid potential infinite loop in mptcp_recvmsg()Eric Dumazet1-1/+1
2020-12-02net/smc: Add support for obtaining SMCR device listGuvenc Gulce4-1/+165
2020-12-02net/smc: Add support for obtaining SMCD device listGuvenc Gulce4-0/+126
2020-12-02net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce3-0/+136
2020-12-02net/smc: Introduce SMCR get link commandGuvenc Gulce4-17/+106
2020-12-02net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce3-0/+91
2020-12-02net/smc: Add support for obtaining system informationGuvenc Gulce6-0/+82
2020-12-02net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce4-2/+86
2020-12-02net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce3-10/+15
2020-12-02net/smc: Add diagnostic information to link structureGuvenc Gulce2-0/+12
2020-12-02net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce3-0/+48
2020-12-02net/smc: Add link counters for IB device portsGuvenc Gulce2-0/+15
2020-12-02net/smc: Add connection counters for linksGuvenc Gulce2-2/+15
2020-12-02net/smc: Use active link of the connectionGuvenc Gulce1-5/+5
2020-12-02net/smc: use helper smc_conn_abort() in listen processingKarsten Graul1-12/+5
2020-12-02net/tls: make sure tls offload sets salt_sizeRohit Maheshwari1-1/+3
2020-12-02net: delete __dev_getfirstbyhwtypeVladimir Oltean1-13/+0
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap9-68/+68
2020-12-02net/tipc: fix socket.c kernel-docRandy Dunlap1-2/+29
2020-12-02net/tipc: fix node.c kernel-docRandy Dunlap1-1/+25
2020-12-02net/tipc: fix name_table.c kernel-docRandy Dunlap1-7/+35
2020-12-02net/tipc: fix name_distr.c kernel-docRandy Dunlap1-0/+27
2020-12-02net/tipc: fix link.c kernel-docRandy Dunlap1-2/+36
2020-12-02net/tipc: fix bearer.c for kernel-docRandy Dunlap1-1/+19
2020-12-02net/tipc: fix various kernel-doc warningsRandy Dunlap9-19/+40
2020-12-02net/tipc: fix tipc header files for kernel-docRandy Dunlap5-14/+24
2020-12-02bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson1-2/+14
2020-12-01net/ipv6: propagate user pointer annotationLukas Bulwahn1-1/+1
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-6/+0
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2-12/+10
2020-12-01mptcp: use mptcp release_cb for delayed tasksPaolo Abeni4-117/+168
2020-12-01mptcp: avoid a few atomic ops in the rx pathPaolo Abeni4-43/+34
2020-12-01mptcp: allocate TX skbs in msk contextPaolo Abeni2-42/+210
2020-12-01mptcp: protect the rx path with the msk socket spinlockPaolo Abeni2-47/+107
2020-12-01mptcp: implement wmem reservationPaolo Abeni2-7/+86
2020-12-01mptcp: open code mptcp variant for lock_sockPaolo Abeni2-1/+14
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner1-2/+4
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-97/+279
2020-11-28tipc: update address terminology in codeJon Maloy8-36/+41
2020-11-28tipc: make node number calculation reproducibleJon Maloy3-4/+16
2020-11-28tipc: refactor tipc_sk_bind() functionJon Maloy1-36/+30
2020-11-28net/x25: remove x25_kill_by_device()Martin Schiller1-16/+0
2020-11-28net/x25: fix restart request/confirm handlingMartin Schiller1-8/+33
2020-11-28net/lapb: fix t1 timer handling for LAPB_STATE_0Martin Schiller1-2/+9
2020-11-28net/lapb: support netdev eventsMartin Schiller1-1/+81
2020-11-28net/x25: handle additional netdev eventsMartin Schiller3-12/+19
2020-11-28net/sched: sch_frag: add generic packet fragment support.wenxu5-1/+171
2020-11-28net/sched: act_mirred: refactor the handle of xmitwenxu1-6/+15
2020-11-28net/sched: fix miss init the mru in qdisc_skb_cbwenxu1-0/+2
2020-11-28net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2-0/+19