index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
switchdev.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
switchdev: Adding MDB entry offload
Elad Raz
1
-0
/
+11
2016-01-06
switchdev: add bridge vlan_filtering attribute
Elad Raz
1
-0
/
+2
2015-12-15
switchdev: Pass original device to port netdev driver
Ido Schimmel
1
-0
/
+2
2015-11-16
net: switchdev: fix return code of fdb_dump stub
Dragos Tatulea
1
-1
/
+1
2015-10-15
switchdev: introduce possibility to defer obj_add/del
Jiri Pirko
1
-0
/
+1
2015-10-15
switchdev: remove pointers from switchdev objects
Jiri Pirko
1
-4
/
+3
2015-10-15
switchdev: allow caller to explicitly request attr_set as deferred
Jiri Pirko
1
-0
/
+1
2015-10-15
switchdev: make struct switchdev_attr parameter const for attr_set calls
Jiri Pirko
1
-3
/
+3
2015-10-15
switchdev: introduce switchdev deferred ops infrastructure
Jiri Pirko
1
-0
/
+5
2015-10-12
switchdev: skip over ports returning -EOPNOTSUPP when recursing ports
Scott Feldman
1
-0
/
+1
2015-10-12
switchdev: add bridge ageing_time attribute
Scott Feldman
1
-0
/
+2
2015-10-03
switchdev: push object ID back to object structure
Jiri Pirko
1
-10
/
+4
2015-10-03
switchdev: bring back switchdev_obj and use it as a generic object param
Jiri Pirko
1
-11
/
+31
2015-10-03
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
Jiri Pirko
1
-1
/
+1
2015-10-03
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
Jiri Pirko
1
-1
/
+1
2015-10-03
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
1
-4
/
+4
2015-10-03
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
Jiri Pirko
1
-7
/
+7
2015-09-30
net: switchdev: extract struct switchdev_obj_*
Vivien Didelot
1
-27
/
+26
2015-09-30
net: switchdev: abstract object in add/del ops
Vivien Didelot
1
-6
/
+12
2015-09-30
net: switchdev: pass callback to dump operation
Vivien Didelot
1
-3
/
+6
2015-09-30
net: switchdev: remove dev from switchdev_obj cb
Vivien Didelot
1
-1
/
+1
2015-09-25
switchdev: reduce transaction phase enum down to a boolean
Jiri Pirko
1
-8
/
+3
2015-09-25
switchdev: remove "ABORT" transaction phase
Jiri Pirko
1
-1
/
+0
2015-09-25
switchdev: remove "NONE" transaction phase
Jiri Pirko
1
-1
/
+0
2015-09-25
switchdev: add switchdev_trans_ph_prepare/commit helpers
Jiri Pirko
1
-0
/
+10
2015-09-25
switchdev: move transaction phase enum under transaction structure
Jiri Pirko
1
-2
/
+1
2015-09-25
switchdev: introduce transaction item queue for attr_set and obj_add
Jiri Pirko
1
-3
/
+21
2015-09-25
switchdev: rename "trans" to "trans_ph".
Jiri Pirko
1
-3
/
+3
2015-08-11
net: switchdev: support static FDB addresses
Vivien Didelot
1
-0
/
+1
2015-08-11
Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"
David S. Miller
1
-2
/
+1
2015-08-10
net: switchdev: support static FDB addresses
Vivien Didelot
1
-0
/
+1
2015-08-10
net: switchdev: change fdb addr for a byte array
Vivien Didelot
1
-1
/
+1
2015-07-21
switchdev: add offload_fwd_mark generator helper
Scott Feldman
1
-0
/
+9
2015-06-23
switchdev: rename vlan vid_start to vid_begin
Scott Feldman
1
-1
/
+1
2015-05-18
switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.
Samudrala, Sridhar
1
-0
/
+50
2015-05-13
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
1
-2
/
+2
2015-05-13
switchdev: align comment with other comments in block
Scott Feldman
1
-1
/
+1
2015-05-13
switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del
Scott Feldman
1
-11
/
+10
2015-05-13
switchdev: add new switchdev_port_bridge_getlink
Scott Feldman
1
-0
/
+10
2015-05-13
switchdev: remove unused switchdev_port_bridge_dellink
Scott Feldman
1
-15
/
+0
2015-05-13
switchdev: add new switchdev_port_bridge_dellink
Scott Feldman
1
-0
/
+6
2015-05-13
switchdev: remove old switchdev_port_bridge_setlink
Scott Feldman
1
-9
/
+0
2015-05-13
switchdev: add bridge port flags attr
Scott Feldman
1
-0
/
+2
2015-05-13
switchdev: add port vlan obj
Scott Feldman
1
-0
/
+8
2015-05-13
switchdev: introduce switchdev add/del obj ops
Scott Feldman
1
-0
/
+31
2015-05-13
switchdev: convert STP update to switchdev attr set
Scott Feldman
1
-11
/
+2
2015-05-13
switchdev: convert parent_id_get to switchdev attr get
Scott Feldman
1
-14
/
+4
2015-05-13
switchdev: introduce get/set attrs ops
Scott Feldman
1
-0
/
+43
2015-05-13
switchdev: s/swdev_/switchdev_/
Jiri Pirko
1
-15
/
+15
2015-05-13
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
1
-55
/
+56
[next]