aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker
AgeCommit message (Expand)Author
2015-09-23rocker: adding port ageing_time for ageing out FDB entriesScott Feldman
2015-09-23rocker: store rocker_port in fdb key rather than pportScott Feldman
2015-09-23rocker: track when FDB entry is touched.Scott Feldman
2015-08-27rocker: use change upper infoJiri Pirko
2015-08-27rocker: use new helper to figure out master kindJiri Pirko
2015-08-13rocker: hook ndo_neigh_destroy to cleanup neigh refs in driverScott Feldman
2015-08-13rocker: print switch ID consistent with phys_switch_id sysfs nodeScott Feldman
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-11net: switchdev: support static FDB addressesVivien Didelot
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot
2015-08-06rocker: use netdev_err after register_netdevScott Feldman
2015-08-06rocker: NULL port if port probe failsScott Feldman
2015-08-03rocker: linearize skb in case frags would not fit into tx descriptorJiri Pirko
2015-08-03rocker: enable support for scattered packetsIdo Schimmel
2015-08-02rocker: free netdevice during netdevice removalIdo Schimmel
2015-07-20rocker: add offload_fwd_mark supportScott Feldman
2015-07-20rocker: forward packets to CPU when port is joined to openvswitchSimon Horman
2015-07-15rocker: Handle protodown notifications.Anuradha Karuppiah
2015-07-09rocker: add change MTU supportScott Feldman
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-23rocker: call correct unregister function on errorGilad Ben-Yossef
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman
2015-06-15bridge: del external_learned fdbs from device on flush or ageoutScott Feldman
2015-06-15rocker: move port stop to 'no wait' processingScott Feldman
2015-06-15rocker: move MAC learn event back to 'no wait' processingScott Feldman
2015-06-15rocker: mark STP update as 'no wait' processingScott Feldman
2015-06-15rocker: mark neigh update event processing as 'no wait'Scott Feldman
2015-06-15rocker: revert back to support for nowait processesScott Feldman
2015-06-15rocker: fix neigh tbl index increment raceScott Feldman
2015-06-15rocker: gaurd against NULL rocker_port when removing portsScott Feldman
2015-06-01rocker: remove support for legacy VLAN ndo opsScott Feldman
2015-06-01rocker: install/remove router MAC for untagged VLAN when joining/leaving bridgeScott Feldman
2015-06-01rocker: install untagged VLAN (vid=0) support for each portScott Feldman
2015-06-01rocker: cleanup vlan table on error adding vlanScott Feldman
2015-06-01rocker: zero allocate ports arrayScott Feldman
2015-06-01rocker: remove rocker parameter from functions that have rocker_port parameterSimon Horman
2015-05-25rocker: mark parameters and local variables as constSimon Horman
2015-05-25rocker: remove unused rocker_port parameter from rocker_port_kfreeSimon Horman
2015-05-21rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactionalSimon Horman
2015-05-21rocker: do not make neighbour entry changes when preparing transactionsSimon Horman
2015-05-21rocker: do not modify fdb table in rocker_port_fdb() when preparing transactionsSimon Horman
2015-05-21rocker: do not delete fdb entries in rocker_port_fdb_flush() when preparing t...Simon Horman
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar
2015-05-15rocker: fix a neigh entry leak issueYing Xue
2015-05-15rocker: fix a neigh entry leak issueYing Xue
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman
2015-05-12rocker: make checkpatch -f cleanScott Feldman