summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Add support for obtaining system informationGuvenc Gulce2020-12-016-0/+82
* net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce2020-12-014-2/+86
* net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce2020-12-013-10/+15
* net/smc: Add diagnostic information to link structureGuvenc Gulce2020-12-012-0/+12
* net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce2020-12-013-0/+48
* net/smc: Add link counters for IB device portsGuvenc Gulce2020-12-012-0/+15
* net/smc: Add connection counters for linksGuvenc Gulce2020-12-012-2/+15
* net/smc: Use active link of the connectionGuvenc Gulce2020-12-011-5/+5
* net/smc: use helper smc_conn_abort() in listen processingKarsten Graul2020-12-011-12/+5
* net/tls: make sure tls offload sets salt_sizeRohit Maheshwari2020-12-011-1/+3
* net: delete __dev_getfirstbyhwtypeVladimir Oltean2020-12-011-13/+0
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-019-68/+68
* net/tipc: fix socket.c kernel-docRandy Dunlap2020-12-011-2/+29
* net/tipc: fix node.c kernel-docRandy Dunlap2020-12-011-1/+25
* net/tipc: fix name_table.c kernel-docRandy Dunlap2020-12-011-7/+35
* net/tipc: fix name_distr.c kernel-docRandy Dunlap2020-12-011-0/+27
* net/tipc: fix link.c kernel-docRandy Dunlap2020-12-011-2/+36
* net/tipc: fix bearer.c for kernel-docRandy Dunlap2020-12-011-1/+19
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-019-19/+40
* net/tipc: fix tipc header files for kernel-docRandy Dunlap2020-12-015-14/+24
* bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson2020-12-011-2/+14
* net/ipv6: propagate user pointer annotationLukas Bulwahn2020-12-011-1/+1
* net: switch to storing KCOV handle directly in sk_buffMarco Elver2020-12-011-6/+0
* net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-012-12/+10
* mptcp: use mptcp release_cb for delayed tasksPaolo Abeni2020-11-304-117/+168
* mptcp: avoid a few atomic ops in the rx pathPaolo Abeni2020-11-304-43/+34
* mptcp: allocate TX skbs in msk contextPaolo Abeni2020-11-302-42/+210
* mptcp: protect the rx path with the msk socket spinlockPaolo Abeni2020-11-302-47/+107
* mptcp: implement wmem reservationPaolo Abeni2020-11-302-7/+86
* mptcp: open code mptcp variant for lock_sockPaolo Abeni2020-11-302-1/+14
* net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner2020-11-281-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-2722-97/+279
|\
| * Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-271-2/+5
| |\
| | * can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-11-271-2/+5
| * | sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-11-271-1/+1
| * | mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni2020-11-271-3/+2
| * | net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-272-23/+58
| |/
| * net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-1/+4
| * devlink: Make sure devlink instance and port are in same net namespaceParav Pandit2020-11-251-1/+2
| * devlink: Hold rtnl lock while reading netdev attributesParav Pandit2020-11-251-0/+4
| * gro_cells: reduce number of synchronize_net() callsEric Dumazet2020-11-251-1/+6
| * ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-11-251-9/+17
| * Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-...Jakub Kicinski2020-11-241-0/+1
| |\
| | * batman-adv: set .owner to THIS_MODULETaehee Yoo2020-11-151-0/+1
| * | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-242-6/+15
| * | devlink: Fix reload stats structureMoshe Shemesh2020-11-241-16/+33
| * | net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-9/+9
| * | vsock/virtio: discard packets only when socket is really closedStefano Garzarella2020-11-231-3/+5
| * | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-236-14/+88
| * | net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-11-211-2/+2