summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* taprio: Add support for cycle-time-extensionVinicius Costa Gomes2019-05-011-6/+29
* taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes2019-05-011-8/+51
* taprio: Add support adding an admin scheduleVinicius Costa Gomes2019-05-011-193/+318
* taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes2019-05-011-6/+8
* tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-013-22/+26
* tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-011-27/+25
* tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-011-0/+3
* tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-011-0/+3
* tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-012-0/+7
* tcp: better SYNACK sent timestampYuchung Cheng2019-05-012-1/+5
* tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-012-1/+17
* tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng2019-05-011-2/+2
* devlink: Change devlink health locking mechanismMoshe Shemesh2019-05-011-23/+74
* net: dsa: Remove legacy probing supportAndrew Lunn2019-05-015-774/+0
* net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean2019-05-013-21/+36
* net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean2019-05-011-0/+3
* net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean2019-05-011-1/+4
* net: dsa: Unset vlan_filtering when ports leave the bridgeVladimir Oltean2019-05-011-0/+29
* net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean2019-05-011-7/+45
* net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean2019-05-011-4/+8
* net: dsa: Fix pharse -> phase typoVladimir Oltean2019-05-011-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3030-1499/+1226
|\
| * xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-233-7/+4
| * xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-233-229/+222
| * xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-233-35/+7
| * xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-233-23/+3
| * xfrm: kconfig: make xfrm depend on inetFlorian Westphal2019-04-151-3/+5
| * xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-0812-38/+38
| * xfrm: make xfrm modes builtinFlorian Westphal2019-04-0818-482/+77
| * xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal2019-04-086-13/+80
| * xfrm: remove output2 indirection from xfrm_modeFlorian Westphal2019-04-085-211/+207
| * xfrm: remove input2 indirection from xfrm_modeFlorian Westphal2019-04-086-160/+222
| * xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal2019-04-086-53/+78
| * xfrm: remove xmit indirection from xfrm_modeFlorian Westphal2019-04-085-55/+56
| * xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-0811-114/+164
| * xfrm: remove input indirection from xfrm_modeFlorian Westphal2019-04-087-55/+72
| * xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-084-5/+5
| * xfrm: place af number into xfrm_mode structFlorian Westphal2019-04-088-48/+27
| * vti4: eliminated some duplicate code.Jeremy Sowden2019-03-241-38/+22
| * xfrm: gso partial offload supportBoris Pismenny2019-03-242-3/+10
* | dsa: Allow tag drivers to be built as modulesAndrew Lunn2019-04-292-29/+73
* | dsa: tag_brcm: Avoid unused symbolsAndrew Lunn2019-04-291-2/+6
* | dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn2019-04-2911-76/+11
* | dsa: Make use of the list of tag driversAndrew Lunn2019-04-291-5/+34
* | dsa: Add stub tag driver put methodAndrew Lunn2019-04-294-0/+9
* | dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn2019-04-294-4/+5
* | dsa: Register the none tagger opsAndrew Lunn2019-04-291-0/+7
* | dsa: Keep link list of tag driversAndrew Lunn2019-04-291-0/+28
* | dsa: Add boilerplate helper to register DSA tag driver modulesAndrew Lunn2019-04-2910-2/+52
* | dsa: Add TAG protocol to tag opsAndrew Lunn2019-04-2910-0/+12