summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-201-0/+5
| * | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-202-5/+6
| * | net/tls: missing received data after fast remote closeVadim Fedorenko2020-11-201-0/+6
| * | rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-11-201-4/+13
* | | tipc: update address terminology in codeJon Maloy2020-11-278-36/+41
* | | tipc: make node number calculation reproducibleJon Maloy2020-11-273-4/+16
* | | tipc: refactor tipc_sk_bind() functionJon Maloy2020-11-271-36/+30
* | | net/x25: remove x25_kill_by_device()Martin Schiller2020-11-271-16/+0
* | | net/x25: fix restart request/confirm handlingMartin Schiller2020-11-271-8/+33
* | | net/lapb: fix t1 timer handling for LAPB_STATE_0Martin Schiller2020-11-271-2/+9
* | | net/lapb: support netdev eventsMartin Schiller2020-11-271-1/+81
* | | net/x25: handle additional netdev eventsMartin Schiller2020-11-273-12/+19
* | | net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-275-1/+171
* | | net/sched: act_mirred: refactor the handle of xmitwenxu2020-11-271-6/+15
* | | net/sched: fix miss init the mru in qdisc_skb_cbwenxu2020-11-271-0/+2
* | | net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2020-11-272-0/+19
* | | net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko2020-11-271-2/+4
* | | net/tls: make inline helpers protocol-awareVadim Fedorenko2020-11-273-14/+13