summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-12-02mptcp: avoid potential infinite loop in mptcp_recvmsg()Eric Dumazet
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce
2020-12-01net/smc: Add support for obtaining SMCD device listGuvenc Gulce
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce
2020-12-01net/smc: Introduce SMCR get link commandGuvenc Gulce
2020-12-01net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce
2020-12-01net/smc: Add support for obtaining system informationGuvenc Gulce
2020-12-01net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce
2020-12-01net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce
2020-12-01net/smc: Add diagnostic information to link structureGuvenc Gulce
2020-12-01net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce
2020-12-01net/smc: Add link counters for IB device portsGuvenc Gulce
2020-12-01net/smc: Add connection counters for linksGuvenc Gulce
2020-12-01net/smc: Use active link of the connectionGuvenc Gulce
2020-12-01net/smc: use helper smc_conn_abort() in listen processingKarsten Graul
2020-12-01net/tls: make sure tls offload sets salt_sizeRohit Maheshwari
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix socket.c kernel-docRandy Dunlap
2020-12-01net/tipc: fix node.c kernel-docRandy Dunlap
2020-12-01net/tipc: fix name_table.c kernel-docRandy Dunlap
2020-12-01net/tipc: fix name_distr.c kernel-docRandy Dunlap
2020-12-01net/tipc: fix link.c kernel-docRandy Dunlap
2020-12-01net/tipc: fix bearer.c for kernel-docRandy Dunlap
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap
2020-12-01net/tipc: fix tipc header files for kernel-docRandy Dunlap
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson
2020-12-01net/ipv6: propagate user pointer annotationLukas Bulwahn
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov
2020-11-30mptcp: use mptcp release_cb for delayed tasksPaolo Abeni
2020-11-30mptcp: avoid a few atomic ops in the rx pathPaolo Abeni
2020-11-30mptcp: allocate TX skbs in msk contextPaolo Abeni
2020-11-30mptcp: protect the rx path with the msk socket spinlockPaolo Abeni
2020-11-30mptcp: implement wmem reservationPaolo Abeni
2020-11-30mptcp: open code mptcp variant for lock_sockPaolo Abeni
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27tipc: update address terminology in codeJon Maloy
2020-11-27tipc: make node number calculation reproducibleJon Maloy
2020-11-27tipc: refactor tipc_sk_bind() functionJon Maloy
2020-11-27net/x25: remove x25_kill_by_device()Martin Schiller
2020-11-27net/x25: fix restart request/confirm handlingMartin Schiller
2020-11-27net/lapb: fix t1 timer handling for LAPB_STATE_0Martin Schiller
2020-11-27net/lapb: support netdev eventsMartin Schiller
2020-11-27net/x25: handle additional netdev eventsMartin Schiller
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu
2020-11-27net/sched: fix miss init the mru in qdisc_skb_cbwenxu
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko