aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes1-6/+29
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes1-8/+51
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes1-193/+318
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes1-6/+8
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng3-22/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3
2019-05-01tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2-0/+7
2019-05-01tcp: better SYNACK sent timestampYuchung Cheng2-1/+5
2019-05-01tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2-1/+17
2019-05-01tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng1-2/+2
2019-05-01devlink: Change devlink health locking mechanismMoshe Shemesh1-23/+74
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn5-774/+0
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean3-21/+36
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean1-0/+3
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean1-1/+4
2019-04-30net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean1-0/+29
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean1-7/+45
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean1-4/+8
2019-04-30net: dsa: Fix pharse -> phase typoVladimir Oltean1-1/+1
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller30-1499/+1226
2019-04-28dsa: Allow tag drivers to be built as modulesAndrew Lunn2-29/+73
2019-04-28dsa: tag_brcm: Avoid unused symbolsAndrew Lunn1-2/+6
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn11-76/+11
2019-04-28dsa: Make use of the list of tag driversAndrew Lunn1-5/+34
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn4-0/+9
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn4-4/+5
2019-04-28dsa: Register the none tagger opsAndrew Lunn1-0/+7
2019-04-28dsa: Keep link list of tag driversAndrew Lunn1-0/+28
2019-04-28dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn10-2/+52
2019-04-28dsa: Add TAG protocol to tag opsAndrew Lunn10-0/+12
2019-04-28dsa: Add MODULE_LICENSE to tag driversAndrew Lunn9-0/+9
2019-04-28dsa: Add MODULE_ALIAS to taggers in preparation to become modulesAndrew Lunn9-0/+22
2019-04-28dsa: Move tagger name into its ops structureAndrew Lunn10-43/+13
2019-04-28dsa: Add SPDX header to tag drivers.Andrew Lunn8-52/+8
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-105/+1021
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg27-3/+358
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg122-709/+860
2019-04-27net: fix two coding style issuesMichal Kubecek2-3/+4
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek3-21/+21
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek98-422/+469
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski1-1/+1
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski1-18/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau5-0/+824
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins1-0/+4
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller30-345/+1220
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet1-1/+0
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern1-1/+1