index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: Remove legacy probing support
Andrew Lunn
2019-05-01
6
-797
/
+0
*
net: dsa: mv88e6060: Remove support for legacy probing
Andrew Lunn
2019-05-01
2
-40
/
+2
*
net: dsa: mv88e6060: Support probing as an mdio device
Andrew Lunn
2019-05-01
1
-1
/
+58
*
Merge branch 'dsa-core-vlan'
David S. Miller
2019-05-01
9
-63
/
+156
|
\
|
*
net: dsa: Add more convenient functions for installing port VLANs
Vladimir Oltean
2019-05-01
3
-21
/
+36
|
*
net: dsa: b53: Use vlan_filtering property from dsa_switch
Vladimir Oltean
2019-05-01
2
-4
/
+2
|
*
net: dsa: b53: Let DSA call .port_vlan_filtering only when necessary
Vladimir Oltean
2019-05-01
1
-2
/
+2
|
*
net: dsa: Skip calling .port_vlan_filtering on no change
Vladimir Oltean
2019-05-01
1
-0
/
+3
|
*
net: dsa: mt7530: Use the DSA vlan_filtering helper function
Vladimir Oltean
2019-05-01
2
-12
/
+5
|
*
net: dsa: Add helper function to retrieve VLAN awareness setting
Vladimir Oltean
2019-05-01
1
-0
/
+10
|
*
net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global
Vladimir Oltean
2019-05-01
2
-1
/
+9
|
*
net: dsa: mt7530: Let DSA handle the unsetting of vlan_filtering
Vladimir Oltean
2019-05-01
1
-2
/
+2
|
*
net: dsa: Unset vlan_filtering when ports leave the bridge
Vladimir Oltean
2019-05-01
1
-0
/
+29
|
*
net: dsa: b53: Let DSA handle mismatched VLAN filtering settings
Vladimir Oltean
2019-05-01
1
-18
/
+7
|
*
net: dsa: Be aware of switches where VLAN filtering is a global setting
Vladimir Oltean
2019-05-01
2
-7
/
+50
|
*
net: dsa: Store vlan_filtering as a property of dsa_port
Vladimir Oltean
2019-05-01
2
-4
/
+9
|
*
net: dsa: Fix pharse -> phase typo
Vladimir Oltean
2019-05-01
1
-1
/
+1
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2019-04-30
32
-1594
/
+1249
|
\
|
*
xfrm: remove unneeded export_symbols
Florian Westphal
2019-04-23
4
-9
/
+4
|
*
xfrm: remove decode_session indirection from afinfo_policy
Florian Westphal
2019-04-23
4
-232
/
+222
|
*
xfrm: remove init_path indirection from afinfo_policy
Florian Westphal
2019-04-23
4
-38
/
+7
|
*
xfrm: remove tos indirection from afinfo_policy
Florian Westphal
2019-04-23
4
-24
/
+3
|
*
xfrm: kconfig: make xfrm depend on inet
Florian Westphal
2019-04-15
1
-3
/
+5
|
*
xfrm: store xfrm_mode directly, not its address
Florian Westphal
2019-04-08
13
-55
/
+55
|
*
xfrm: make xfrm modes builtin
Florian Westphal
2019-04-08
20
-493
/
+81
|
*
xfrm: remove afinfo pointer from xfrm_mode
Florian Westphal
2019-04-08
7
-14
/
+80
|
*
xfrm: remove output2 indirection from xfrm_mode
Florian Westphal
2019-04-08
6
-224
/
+207
|
*
xfrm: remove input2 indirection from xfrm_mode
Florian Westphal
2019-04-08
7
-173
/
+222
|
*
xfrm: remove gso_segment indirection from xfrm_mode
Florian Westphal
2019-04-08
7
-58
/
+78
|
*
xfrm: remove xmit indirection from xfrm_mode
Florian Westphal
2019-04-08
6
-60
/
+56
|
*
xfrm: remove output indirection from xfrm_mode
Florian Westphal
2019-04-08
12
-128
/
+169
|
*
xfrm: remove input indirection from xfrm_mode
Florian Westphal
2019-04-08
8
-66
/
+72
|
*
xfrm: prefer family stored in xfrm_mode struct
Florian Westphal
2019-04-08
4
-5
/
+5
|
*
xfrm: place af number into xfrm_mode struct
Florian Westphal
2019-04-08
9
-52
/
+32
|
*
vti4: eliminated some duplicate code.
Jeremy Sowden
2019-03-24
1
-38
/
+22
|
*
xfrm: gso partial offload support
Boris Pismenny
2019-03-24
2
-3
/
+10
*
|
net: phy: micrel: make sure the factory test bit is cleared
Antoine Tenart
2019-04-30
1
-1
/
+14
*
|
net: phy: avoid unneeded MDIO reads in genphy_read_status
Heiner Kallweit
2019-04-29
1
-1
/
+5
*
|
Merge branch 'dsa-tag-modules'
David S. Miller
2019-04-29
16
-220
/
+380
|
\
\
|
*
|
dsa: Allow tag drivers to be built as modules
Andrew Lunn
2019-04-29
2
-29
/
+73
|
*
|
dsa: tag_brcm: Avoid unused symbols
Andrew Lunn
2019-04-29
1
-2
/
+6
|
*
|
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
2019-04-29
12
-77
/
+11
|
*
|
dsa: Make use of the list of tag drivers
Andrew Lunn
2019-04-29
1
-5
/
+34
|
*
|
dsa: Add stub tag driver put method
Andrew Lunn
2019-04-29
4
-0
/
+9
|
*
|
dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking
Andrew Lunn
2019-04-29
4
-4
/
+5
|
*
|
dsa: Register the none tagger ops
Andrew Lunn
2019-04-29
1
-0
/
+7
|
*
|
dsa: Keep link list of tag drivers
Andrew Lunn
2019-04-29
1
-0
/
+28
|
*
|
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
2019-04-29
11
-2
/
+118
|
*
|
dsa: Add TAG protocol to tag ops
Andrew Lunn
2019-04-29
11
-0
/
+13
|
*
|
dsa: Add MODULE_LICENSE to tag drivers
Andrew Lunn
2019-04-29
9
-0
/
+9
[next]