summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-27net/x25: remove x25_kill_by_device()Martin Schiller1-16/+0
2020-11-27net/x25: fix restart request/confirm handlingMartin Schiller1-8/+33
2020-11-27net/lapb: fix t1 timer handling for LAPB_STATE_0Martin Schiller1-2/+9
2020-11-27net/lapb: support netdev eventsMartin Schiller1-1/+81
2020-11-27net/x25: handle additional netdev eventsMartin Schiller3-12/+19
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu5-1/+171
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu1-6/+15
2020-11-27net/sched: fix miss init the mru in qdisc_skb_cbwenxu1-0/+2
2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko2-0/+19
2020-11-27net/tls: add CHACHA20-POLY1305 specific behaviorVadim Fedorenko1-2/+4
2020-11-27net/tls: make inline helpers protocol-awareVadim Fedorenko3-14/+13
2020-11-25net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin1-0/+2
2020-11-25mptcp: be careful on MPTCP-level ack.Paolo Abeni1-18/+49
2020-11-25bridge: mrp: Implement LC mode for MRPHoratiu Vultur1-3/+15
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-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/...Jakub 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/...Jakub 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