summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells
2020-11-23rxrpc: Fix example key name in a commentDavid Howells
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells
2020-11-23rxrpc: Make the parsing of xdr payloads more coherentDavid Howells
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells
2020-11-23rxrpc: List the held token types in the key description in /proc/keysDavid Howells
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells
2020-11-21Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2020-11-21net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit
2020-11-20tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck
2020-11-20tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck
2020-11-20mptcp: refine MPTCP-level ack schedulingPaolo Abeni
2020-11-20mptcp: track window announced to peerFlorian Westphal
2020-11-20mptcp: send out dedicated ADD_ADDR packetGeliang Tang
2020-11-20mptcp: change add_addr_signal typeGeliang Tang
2020-11-20mptcp: keep unaccepted MPC subflow into join listPaolo Abeni
2020-11-20mptcp: skip to next candidate if subflow has unacked dataFlorian Westphal
2020-11-20mptcp: fix state tracking for fallback socketPaolo Abeni
2020-11-20mptcp: drop WORKER_RUNNING status bitPaolo Abeni
2020-11-20net: dsa: avoid potential use-after-free errorChristian Eggers
2020-11-20net/tls: missing received data after fast remote closeVadim Fedorenko
2020-11-20rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique
2020-11-20can: gw: support modification of Classical CAN DLCsOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-19IPv6: RTM_GETROUTE: Add RTA_ENCAP to resultOliver Herms
2020-11-19mptcp: update rtx timeout only if required.Paolo Abeni
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller
2020-11-19devlink: move request_firmware out of driverJacob Keller
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit
2020-11-18atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior
2020-11-18net: Have netpoll bring-up DSA management interfaceFlorian Fainelli
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong
2020-11-17ipv4: use IS_ENABLED instead of ifdefFlorian Klink
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai
2020-11-18bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_listJohn Fastabend