summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tipc: update address terminology in codeJon Maloy2020-11-288-36/+41
* tipc: make node number calculation reproducibleJon Maloy2020-11-283-4/+16
* tipc: refactor tipc_sk_bind() functionJon Maloy2020-11-281-36/+30
* net/x25: remove x25_kill_by_device()Martin Schiller2020-11-281-16/+0
* net/x25: fix restart request/confirm handlingMartin Schiller2020-11-281-8/+33
* net/lapb: fix t1 timer handling for LAPB_STATE_0Martin Schiller2020-11-281-2/+9
* net/lapb: support netdev eventsMartin Schiller2020-11-281-1/+81
* net/x25: handle additional netdev eventsMartin Schiller2020-11-283-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-261-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
| * rxrpc: Fix example key name in a commentDavid Howells2020-11-231-1/+1
| * rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells2020-11-231-10/+21
| * rxrpc: Make the parsing of xdr payloads more coherentDavid Howells2020-11-231-10/+11
| * rxrpc: Allow security classes to give more info on server keysDavid Howells2020-11-232-0/+7
| * rxrpc: Don't leak the service-side session key to userspaceDavid Howells2020-11-231-2/+6
| * rxrpc: Hand server key parsing off to the security classDavid Howells2020-11-234-30/+86
| * rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells2020-11-234-127/+149
| * rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-237-67/+100
| * rxrpc: Support keys with multiple authentication tokensDavid Howells2020-11-235-13/+17
| * rxrpc: List the held token types in the key description in /proc/keysDavid Howells2020-11-231-1/+28
| * rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells2020-11-231-468/+0
* | sctp: Fix some typoChristophe JAILLET2020-11-241-2/+2
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-244-0/+4
* | net: dsa: tag_hellcreek: Cleanup includesKurt Kanzenbach2020-11-241-3/+1
|/
* Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...Jakub Kicinski2020-11-213-12/+74
|\
| * can: gw: support modification of Classical CAN DLCsOliver Hartkopp2020-11-201-8/+70
| * can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-203-4/+4
* | net: bridge: switch to net core statistics counters handlingHeiner Kallweit2020-11-213-28/+10
* | mptcp: refine MPTCP-level ack schedulingPaolo Abeni2020-11-214-57/+61
* | mptcp: track window announced to peerFlorian Westphal2020-11-214-10/+36
* | mptcp: send out dedicated ADD_ADDR packetGeliang Tang2020-11-215-6/+80
* | mptcp: change add_addr_signal typeGeliang Tang2020-11-212-9/+21
* | mptcp: keep unaccepted MPC subflow into join listPaolo Abeni2020-11-213-21/+22