summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin2020-11-251-0/+2
* | | mptcp: be careful on MPTCP-level ack.Paolo Abeni2020-11-251-18/+49
* | | bridge: mrp: Implement LC mode for MRPHoratiu Vultur2020-11-251-3/+15
* | | net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov2020-11-251-5/+5
* | | mptcp: put reference in mptcp timeout timerFlorian Westphal2020-11-251-0/+1
* | | net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit2020-11-241-0/+5
* | | devlink: Add blackhole_nexthop trapIdo Schimmel2020-11-241-0/+1
* | | Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2020-11-2413-797/+518
|\ \ \
| * | | rxrpc: Ask the security class how much space to allow in a packetDavid Howells2020-11-235-40/+82
| * | | rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells2020-11-231-3/+1
| * | | rxrpc: Organise connection security to use a unionDavid Howells2020-11-232-23/+28
| * | | rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells2020-11-234-27/+14
| * | | rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells2020-11-235-23/+15