summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rocker
AgeCommit message (Expand)AuthorFilesLines
2015-09-30net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-2/+2
2015-09-25rocker: use switchdev transaction queue for allocated memoryJiri Pirko1-46/+7
2015-09-25rocker: push struct switchdev_trans down through rocker codeJiri Pirko1-237/+225
2015-09-25switchdev: move transaction phase enum under transaction structureJiri Pirko1-8/+9
2015-09-25switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko1-2/+4
2015-09-25switchdev: rename "trans" to "trans_ph".Jiri Pirko1-191/+191
2015-09-24rocker: add FDB cleanup timerScott Feldman1-0/+42
2015-09-24rocker: adding port ageing_time for ageing out FDB entriesScott Feldman1-0/+2
2015-09-24rocker: store rocker_port in fdb key rather than pportScott Feldman1-4/+4
2015-09-24rocker: track when FDB entry is touched.Scott Feldman1-6/+12
2015-08-28rocker: use change upper infoJiri Pirko1-23/+38
2015-08-28rocker: use new helper to figure out master kindJiri Pirko1-12/+7
2015-08-14rocker: hook ndo_neigh_destroy to cleanup neigh refs in driverScott Feldman1-0/+11
2015-08-14rocker: print switch ID consistent with phys_switch_id sysfs nodeScott Feldman1-1/+2
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-08-11net: switchdev: support static FDB addressesVivien Didelot1-0/+1
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-1/+1
2015-08-10net: switchdev: change fdb addr for a byte arrayVivien Didelot1-1/+1
2015-08-07rocker: use netdev_err after register_netdevScott Feldman1-1/+1
2015-08-07rocker: NULL port if port probe failsScott Feldman1-0/+1
2015-08-04rocker: linearize skb in case frags would not fit into tx descriptorJiri Pirko1-2/+5
2015-08-04rocker: enable support for scattered packetsIdo Schimmel1-1/+1
2015-08-03rocker: free netdevice during netdevice removalIdo Schimmel1-0/+1
2015-07-21rocker: add offload_fwd_mark supportScott Feldman2-0/+12
2015-07-21rocker: forward packets to CPU when port is joined to openvswitchSimon Horman1-12/+50
2015-07-16rocker: Handle protodown notifications.Anuradha Karuppiah1-1/+14
2015-07-09rocker: add change MTU supportScott Feldman2-0/+62
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-06-23rocker: call correct unregister function on errorGilad Ben-Yossef1-1/+1
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-0/+25
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman1-2/+2
2015-06-16bridge: del external_learned fdbs from device on flush or ageoutScott Feldman1-1/+1
2015-06-16rocker: move port stop to 'no wait' processingScott Feldman1-1/+2
2015-06-16rocker: move MAC learn event back to 'no wait' processingScott Feldman1-37/+3
2015-06-16rocker: mark STP update as 'no wait' processingScott Feldman1-1/+2
2015-06-16rocker: mark neigh update event processing as 'no wait'Scott Feldman1-1/+2
2015-06-16rocker: revert back to support for nowait processesScott Feldman1-90/+112
2015-06-16rocker: fix neigh tbl index increment raceScott Feldman1-2/+2
2015-06-16rocker: gaurd against NULL rocker_port when removing portsScott Feldman1-0/+2
2015-06-02rocker: remove support for legacy VLAN ndo opsScott Feldman1-33/+1
2015-06-02rocker: install/remove router MAC for untagged VLAN when joining/leaving bridgeScott Feldman1-17/+25
2015-06-02rocker: install untagged VLAN (vid=0) support for each portScott Feldman1-3/+17
2015-06-02rocker: cleanup vlan table on error adding vlanScott Feldman1-1/+6
2015-06-02rocker: zero allocate ports arrayScott Feldman1-1/+1
2015-06-02rocker: remove rocker parameter from functions that have rocker_port parameterSimon Horman1-70/+45
2015-05-26rocker: mark parameters and local variables as constSimon Horman1-200/+215
2015-05-26rocker: remove unused rocker_port parameter from rocker_port_kfreeSimon Horman1-29/+25
2015-05-22rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactionalSimon Horman1-14/+7
2015-05-22rocker: do not make neighbour entry changes when preparing transactionsSimon Horman1-6/+13
2015-05-22rocker: do not modify fdb table in rocker_port_fdb() when preparing transactionsSimon Horman1-2/+4