aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu1-3/+3
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