index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
switchdev.h
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
net: switchdev: extract struct switchdev_obj_*
Vivien Didelot
1
-27
/
+26
2015-09-29
net: switchdev: abstract object in add/del ops
Vivien Didelot
1
-6
/
+12
2015-09-29
net: switchdev: pass callback to dump operation
Vivien Didelot
1
-3
/
+6
2015-09-29
net: switchdev: remove dev from switchdev_obj cb
Vivien Didelot
1
-1
/
+1
2015-09-24
switchdev: reduce transaction phase enum down to a boolean
Jiri Pirko
1
-8
/
+3
2015-09-24
switchdev: remove "ABORT" transaction phase
Jiri Pirko
1
-1
/
+0
2015-09-24
switchdev: remove "NONE" transaction phase
Jiri Pirko
1
-1
/
+0
2015-09-24
switchdev: add switchdev_trans_ph_prepare/commit helpers
Jiri Pirko
1
-0
/
+10
2015-09-24
switchdev: move transaction phase enum under transaction structure
Jiri Pirko
1
-2
/
+1
2015-09-24
switchdev: introduce transaction item queue for attr_set and obj_add
Jiri Pirko
1
-3
/
+21
2015-09-24
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-09
net: switchdev: support static FDB addresses
Vivien Didelot
1
-0
/
+1
2015-08-09
net: switchdev: change fdb addr for a byte array
Vivien Didelot
1
-1
/
+1
2015-07-20
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-17
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-12
switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del
Scott Feldman
1
-11
/
+10
2015-05-12
switchdev: add new switchdev_port_bridge_getlink
Scott Feldman
1
-0
/
+10
2015-05-12
switchdev: remove unused switchdev_port_bridge_dellink
Scott Feldman
1
-15
/
+0
2015-05-12
switchdev: add new switchdev_port_bridge_dellink
Scott Feldman
1
-0
/
+6
2015-05-12
switchdev: remove old switchdev_port_bridge_setlink
Scott Feldman
1
-9
/
+0
2015-05-12
switchdev: add bridge port flags attr
Scott Feldman
1
-0
/
+2
2015-05-12
switchdev: add port vlan obj
Scott Feldman
1
-0
/
+8
2015-05-12
switchdev: introduce switchdev add/del obj ops
Scott Feldman
1
-0
/
+31
2015-05-12
switchdev: convert STP update to switchdev attr set
Scott Feldman
1
-11
/
+2
2015-05-12
switchdev: convert parent_id_get to switchdev attr get
Scott Feldman
1
-14
/
+4
2015-05-12
switchdev: introduce get/set attrs ops
Scott Feldman
1
-0
/
+43
2015-05-12
switchdev: s/swdev_/switchdev_/
Jiri Pirko
1
-15
/
+15
2015-05-12
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
1
-55
/
+56
2015-03-20
switchdev: kernel-doc cleanup on swithdev ops
Scott Feldman
1
-16
/
+7
2015-03-16
switchdev: add swdev ops
Scott Feldman
1
-0
/
+38
2015-03-09
switchdev: add netlink flags to IPv4 FIB add op
Scott Feldman
1
-2
/
+4
2015-03-06
fib: make netdev_switch_fib_ipv4_abort in header file static inline
Willem de Bruijn
1
-1
/
+1
2015-03-06
fib: hook IPv4 fib for hardware offload
Scott Feldman
1
-0
/
+5
2015-03-06
switchdev: add IPv4 fib ndo ops wrappers
Scott Feldman
1
-0
/
+19
2015-02-01
swdevice: add new apis to set and del bridge port attributes
Roopa Prabhu
1
-1
/
+36
2015-01-18
switchdev: fix typo in inline function definition
Jiri Pirko
1
-1
/
+1
2015-01-18
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
1
-0
/
+11
[prev]
[next]