aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-24net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
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/git/dhowells/linux-fsJakub Kicinski13-797/+518
2020-11-23sctp: Fix some typoChristophe JAILLET1-2/+2
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-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/linux/kernel/git/mkl/linux-can-nextJakub Kicinski3-12/+74
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit3-28/+10
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: add annotation for sock_{lock,unlock}_fastPaolo Abeni1-1/+2
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2-6/+8
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp1-8/+70
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp3-4/+4
2020-11-19IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms1-0/+4
2020-11-19mptcp: update rtx timeout only if required.Paolo Abeni1-4/+5
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller1-4/+6
2020-11-19devlink: move request_firmware out of driverJacob Keller1-5/+21
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-155/+245
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-20/+85
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul2-2/+4
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-31/+2
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit3-19/+12
2020-11-18atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior1-2/+10
2020-11-18net: Have netpoll bring-up DSA management interfaceFlorian Fainelli1-4/+18
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2