summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-25net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov1-5/+5
2020-11-25mptcp: put reference in mptcp timeout timerFlorian Westphal1-0/+1
2020-11-25gro_cells: reduce number of synchronize_net() callsEric Dumazet1-1/+6
2020-11-25ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai1-9/+17
2020-11-24Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-...Jakub Kicinski1-0/+1
2020-11-24tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2-6/+15
2020-11-24net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2020-11-24devlink: Fix reload stats structureMoshe Shemesh1-16/+33
2020-11-24devlink: Add blackhole_nexthop trapIdo Schimmel1-0/+1
2020-11-24Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski13-797/+518
2020-11-23sctp: Fix some typoChristophe JAILLET1-2/+2
2020-11-23net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger1-9/+9
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski4-0/+4
2020-11-23net: dsa: tag_hellcreek: Cleanup includesKurt Kanzenbach1-3/+1
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella1-3/+5
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias6-14/+88
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells5-40/+82
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells1-3/+1
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells2-23/+28
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells4-27/+14
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells5-23/+15
2020-11-23rxrpc: Fix example key name in a commentDavid Howells1-1/+1
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells1-10/+21
2020-11-23rxrpc: Make the parsing of xdr payloads more coherentDavid Howells1-10/+11
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells2-0/+7
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells1-2/+6
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells4-30/+86
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells4-127/+149
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells7-67/+100
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells5-13/+17
2020-11-23rxrpc: List the held token types in the key description in /proc/keysDavid Howells1-1/+28
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells1-468/+0
2020-11-21Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...Jakub Kicinski3-12/+74
2020-11-21net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann1-2/+2
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit3-28/+10
2020-11-20tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck1-0/+5
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2-5/+6
2020-11-20mptcp: refine MPTCP-level ack schedulingPaolo Abeni4-57/+61
2020-11-20mptcp: track window announced to peerFlorian Westphal4-10/+36
2020-11-20mptcp: send out dedicated ADD_ADDR packetGeliang Tang5-6/+80
2020-11-20mptcp: change add_addr_signal typeGeliang Tang2-9/+21
2020-11-20mptcp: keep unaccepted MPC subflow into join listPaolo Abeni3-21/+22
2020-11-20mptcp: skip to next candidate if subflow has unacked dataFlorian Westphal1-1/+4
2020-11-20mptcp: fix state tracking for fallback socketPaolo Abeni1-5/+13
2020-11-20mptcp: drop WORKER_RUNNING status bitPaolo Abeni2-8/+1
2020-11-20net: dsa: avoid potential use-after-free errorChristian Eggers1-3/+3
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko1-0/+6
2020-11-20rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn1-4/+13
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni1-1/+2
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2-6/+8