Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2a0ff87774e468e4b146fe5af9ffadf5169424f9
/
net
/
switchdev
0c63d80
switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursion
by Jiri Pirko
· 9 years ago
e258d91
switchdev: fix: pass correct obj size when deferring obj add
by Scott Feldman
· 9 years ago
3a7bde5
switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs
by Scott Feldman
· 9 years ago
741af00
switchdev: Add support for flood control
by Ido Schimmel
· 9 years ago
26440c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
771acac
switchdev: assert rtnl mutex when going over lower netdevs
by Jiri Pirko
· 9 years ago
4d429c5
switchdev: introduce possibility to defer obj_add/del
by Jiri Pirko
· 9 years ago
850d0cb
switchdev: remove pointers from switchdev objects
by Jiri Pirko
· 9 years ago
0bc05d5
switchdev: allow caller to explicitly request attr_set as deferred
by Jiri Pirko
· 9 years ago
f7fadf3
switchdev: make struct switchdev_attr parameter const for attr_set calls
by Jiri Pirko
· 9 years ago
793f401
switchdev: introduce switchdev deferred ops infrastructure
by Jiri Pirko
· 9 years ago
87aaf2c
switchdev: check if the vlan id is in the proper vlan range
by Nikolay Aleksandrov
· 9 years ago
cc02aa8
switchdev: enforce no pvid flag in vlan ranges
by Nikolay Aleksandrov
· 9 years ago
464314e
switchdev: skip over ports returning -EOPNOTSUPP when recursing ports
by Scott Feldman
· 9 years ago
9e8f4a5
switchdev: push object ID back to object structure
by Jiri Pirko
· 9 years ago
648b4a9
switchdev: bring back switchdev_obj and use it as a generic object param
by Jiri Pirko
· 9 years ago
52ba57c
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
by Jiri Pirko
· 9 years ago
8f24f30
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
by Jiri Pirko
· 9 years ago
1f86839
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
by Jiri Pirko
· 9 years ago
57d8083
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
by Jiri Pirko
· 9 years ago
ab06900
net: switchdev: abstract object in add/del ops
by Vivien Didelot
· 9 years ago
25f07ad
net: switchdev: pass callback to dump operation
by Vivien Didelot
· 9 years ago
03d5fb1
net: switchdev: remove dev from switchdev_obj cb
by Vivien Didelot
· 9 years ago
e02a06b
net: switchdev: move dev in switchdev_fdb_dump
by Vivien Didelot
· 9 years ago
e23b002
net: switchdev: remove dev in port_vlan_dump_put
by Vivien Didelot
· 9 years ago
f623ab7
switchdev: reduce transaction phase enum down to a boolean
by Jiri Pirko
· 9 years ago
9f6467c
switchdev: remove "ABORT" transaction phase
by Jiri Pirko
· 9 years ago
f8db834
switchdev: move transaction phase enum under transaction structure
by Jiri Pirko
· 9 years ago
7ea6eb3
switchdev: introduce transaction item queue for attr_set and obj_add
by Jiri Pirko
· 9 years ago
69f5df4
switchdev: rename "trans" to "trans_ph".
by Jiri Pirko
· 9 years ago
0890cf6
switchdev: fix return value of switchdev_port_fdb_dump in case of error
by Jiri Pirko
· 9 years ago
ce80e7b
net: switchdev: support static FDB addresses
by Vivien Didelot
· 9 years ago
cdf0969
Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"
by David S. Miller
· 9 years ago
8902482
net: switchdev: support static FDB addresses
by Vivien Didelot
· 9 years ago
1525c38
net: switchdev: change fdb addr for a byte array
by Vivien Didelot
· 9 years ago
1a3b2ec
switchdev: add offload_fwd_mark generator helper
by Scott Feldman
· 9 years ago
d754f98
net: add phys ID compare helper to test if two IDs are the same
by Scott Feldman
· 9 years ago
2ee9401
net: switchdev: don't abort unsupported operations
by Vivien Didelot
· 9 years ago
5c8079d
net: switchdev: ignore unsupported bridge flags
by Vivien Didelot
· 9 years ago
e9fdaec
switchdev: change BUG_ON to WARN for attr set failure case
by Scott Feldman
· 9 years ago
7d4f8d8
switchdev; add VLAN support for port's bridge_getlink
by Scott Feldman
· 9 years ago
3e3a78b
switchdev: rename vlan vid_start to vid_begin
by Scott Feldman
· 9 years ago
10ea516
switchdev: fdb filter_dev is always NULL for self (device), so remove check
by Scott Feldman
· 9 years ago
57225e77
switchdev: fix BUG when port driver doesn't support set attr op
by Scott Feldman
· 9 years ago
af201f7
switchdev: fix handling for drivers not supporting IPv4 fib add/del ops
by Scott Feldman
· 9 years ago
7616dcb
switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/delete ops
by Scott Feldman
· 9 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
45d4122
switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.
by Samudrala, Sridhar
· 9 years ago
eea3994
rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD
by Roopa Prabhu
· 9 years ago
42275bd
switchdev: don't use anonymous union on switchdev attr/obj structs
by Scott Feldman
· 9 years ago
7a7ee53
switchdev: sparse warning: pass ipv4 fib dst as network-byte order
by Scott Feldman
· 9 years ago
22c1f67
switchdev: sparse warning: make __switchdev_port_obj_add static
by Scott Feldman
· 9 years ago
58c2cb1
switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del
by Scott Feldman
· 9 years ago
8793d0a
switchdev: add new switchdev_port_bridge_getlink
by Scott Feldman
· 9 years ago
87a5dae
switchdev: remove unused switchdev_port_bridge_dellink
by Scott Feldman
· 9 years ago
5c34e02
switchdev: add new switchdev_port_bridge_dellink
by Scott Feldman
· 9 years ago
e71f220
switchdev: remove old switchdev_port_bridge_setlink
by Scott Feldman
· 9 years ago
47f8328
switchdev: add new switchdev bridge setlink
by Scott Feldman
· 9 years ago
491d0f1
switchdev: introduce switchdev add/del obj ops
by Scott Feldman
· 9 years ago
3563606
switchdev: convert STP update to switchdev attr set
by Scott Feldman
· 9 years ago
f8e20a9
switchdev: convert parent_id_get to switchdev attr get
by Scott Feldman
· 9 years ago
3094333
switchdev: introduce get/set attrs ops
by Scott Feldman
· 9 years ago
9d47c0a
switchdev: s/swdev_/switchdev_/
by Jiri Pirko
· 9 years ago
ebb9a03
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
by Jiri Pirko
· 9 years ago
558d51f
switchdev: fix stp update API to work with layered netdevices
by Roopa Prabhu
· 10 years ago
98237d4
switchdev: use new swdev ops
by Scott Feldman
· 10 years ago
ac70c05
switchdev: correct spelling of notifier in comments
by Simon Horman
· 10 years ago
f8f2147
switchdev: add netlink flags to IPv4 FIB add op
by Scott Feldman
· 10 years ago
f4427bc
switchdev: use gpl variant of symbol export
by Jiri Pirko
· 10 years ago
e1315db
switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issue
by Scott Feldman
· 10 years ago
8e05fd7
fib: hook IPv4 fib for hardware offload
by Scott Feldman
· 10 years ago
b5d6fbd
switchdev: implement IPv4 fib ndo wrappers
by Scott Feldman
· 10 years ago
104616e
switchdev: don't support custom ip rules, for now
by Scott Feldman
· 10 years ago
5e8d904
switchdev: add IPv4 fib ndo ops wrappers
by Scott Feldman
· 10 years ago
b11a278
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
8a44dbb
swdevice: add new apis to set and del bridge port attributes
by Roopa Prabhu
· 10 years ago
03bf0c2
switchdev: introduce switchdev notifier
by Jiri Pirko
· 10 years ago
6341e62
kconfig: use bool instead of boolean for type definition attributes
by Christoph Jaeger
· 10 years ago
38dcf35
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
by Scott Feldman
· 10 years ago
007f790
net: introduce generic switch devices support
by Jiri Pirko
· 10 years ago