aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean1-11/+25
2020-01-27net: remove eth_change_mtuHeiner Kallweit1-16/+0
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko1-0/+46
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko1-22/+38
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko1-11/+3
2020-01-27soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.Kuniyuki Iwashima1-1/+0
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert2-25/+106
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert2-1/+92
2020-01-27net: Add a netdev software feature set that defaults to off.Steffen Klassert1-1/+1
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert1-0/+1
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells1-5/+7
2020-01-27net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-27net: include struct nhmsg size in nh nlmsg sizeStephen Worley1-1/+3
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang1-11/+30
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang10-29/+76
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio3-1/+2106
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2-1/+92
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2-23/+64
2020-01-27netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso1-46/+45
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani4-1/+13
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller37-156/+286
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-68/+144
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata1-0/+55
2020-01-25net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata1-1/+0
2020-01-25devlink: Add health recover notifications on devlink flowsMoshe Shemesh1-87/+89
2020-01-25net: atm: use %*ph to print small bufferAndy Shevchenko2-70/+28
2020-01-25mptcp: Fix code formattingMat Martineau2-3/+3
2020-01-25mptcp: do not inherit inet proto opsFlorian Westphal1-19/+51
2020-01-24net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary1-3/+17
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2-43/+89
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu1-1/+1
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner1-3/+3
2020-01-24mptcp: cope with later TCP fallbackPaolo Abeni2-17/+103
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch4-27/+95
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch5-38/+148
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni4-59/+104
2020-01-24mptcp: new sysctl to control the activation per NSMatthieu Baerts4-5/+146
2020-01-24mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni1-15/+60
2020-01-24mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni1-10/+168
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal3-0/+57
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau5-5/+591
2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau3-6/+285
2020-01-24mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad1-0/+58
2020-01-24mptcp: Add shutdown() socket operationPeter Krystad1-0/+66
2020-01-24mptcp: Add key generation and token treePeter Krystad6-8/+428
2020-01-24mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad1-5/+231
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad7-24/+603
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad4-7/+272
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad5-1/+145