aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-05switchdev: fix return value of switchdev_port_fdb_dump in case of errorJiri Pirko1-5/+1
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-4/+3
2015-08-09net: switchdev: support static FDB addressesVivien Didelot1-1/+1
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot1-2/+3
2015-07-20switchdev: add offload_fwd_mark generator helperScott Feldman1-0/+103
2015-07-20net: add phys ID compare helper to test if two IDs are the sameScott Feldman1-6/+2
2015-07-11net: switchdev: don't abort unsupported operationsVivien Didelot1-4/+8
2015-06-24net: switchdev: ignore unsupported bridge flagsVivien Didelot1-1/+1
2015-06-23switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman1-1/+2
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-1/+122
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman1-6/+6
2015-06-23switchdev: fdb filter_dev is always NULL for self (device), so remove checkScott Feldman1-6/+0
2015-06-11switchdev: fix BUG when port driver doesn't support set attr opScott Feldman1-1/+3
2015-06-10switchdev: fix handling for drivers not supporting IPv4 fib add/del opsScott Feldman1-2/+2
2015-06-03switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/delete opsScott Feldman1-2/+2
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+175
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu1-3/+3
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-19/+20
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman1-2/+2
2015-05-13switchdev: sparse warning: make __switchdev_port_obj_add staticScott Feldman1-1/+2
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-18/+31
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman1-0/+28
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman1-30/+0
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman1-12/+12
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman1-30/+0
2015-05-12switchdev: add new switchdev bridge setlinkScott Feldman1-11/+140
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman1-0/+107
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-28/+0
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-27/+11
2015-05-12switchdev: introduce get/set attrs opsScott Feldman1-0/+169
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko1-20/+20
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-67/+67
2015-03-23switchdev: fix stp update API to work with layered netdevicesRoopa Prabhu1-4/+13
2015-03-16switchdev: use new swdev opsScott Feldman1-21/+21
2015-03-11switchdev: correct spelling of notifier in commentsSimon Horman1-3/+3
2015-03-09switchdev: add netlink flags to IPv4 FIB add opScott Feldman1-2/+5
2015-03-09switchdev: use gpl variant of symbol exportJiri Pirko1-12/+12
2015-03-06switchdev: fix CONFIG_IP_MULTIPLE_TABLES compile issueScott Feldman1-2/+6
2015-03-06fib: hook IPv4 fib for hardware offloadScott Feldman1-2/+26
2015-03-06switchdev: implement IPv4 fib ndo wrappersScott Feldman1-2/+96
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman1-0/+4
2015-03-06switchdev: add IPv4 fib ndo ops wrappersScott Feldman1-0/+39
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2015-02-01swdevice: add new apis to set and del bridge port attributesRoopa Prabhu1-0/+110
2015-01-18switchdev: introduce switchdev notifierJiri Pirko1-0/+65
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+19
2014-12-02net: introduce generic switch devices supportJiri Pirko3-0/+51