index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
rocker
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rocker: use change upper info
Jiri Pirko
2015-08-28
1
-23
/
+38
*
rocker: use new helper to figure out master kind
Jiri Pirko
2015-08-28
1
-12
/
+7
*
rocker: hook ndo_neigh_destroy to cleanup neigh refs in driver
Scott Feldman
2015-08-14
1
-0
/
+11
*
rocker: print switch ID consistent with phys_switch_id sysfs node
Scott Feldman
2015-08-14
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-14
1
-0
/
+1
|
\
|
*
rocker: free netdevice during netdevice removal
Ido Schimmel
2015-08-03
1
-0
/
+1
*
|
net: switchdev: support static FDB addresses
Vivien Didelot
2015-08-11
1
-0
/
+1
*
|
Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"
David S. Miller
2015-08-11
1
-1
/
+1
*
|
net: switchdev: change fdb addr for a byte array
Vivien Didelot
2015-08-10
1
-1
/
+1
*
|
rocker: use netdev_err after register_netdev
Scott Feldman
2015-08-07
1
-1
/
+1
*
|
rocker: NULL port if port probe fails
Scott Feldman
2015-08-07
1
-0
/
+1
*
|
rocker: linearize skb in case frags would not fit into tx descriptor
Jiri Pirko
2015-08-03
1
-2
/
+5
*
|
rocker: enable support for scattered packets
Ido Schimmel
2015-08-03
1
-1
/
+1
*
|
rocker: add offload_fwd_mark support
Scott Feldman
2015-07-21
2
-0
/
+12
*
|
rocker: forward packets to CPU when port is joined to openvswitch
Simon Horman
2015-07-21
1
-12
/
+50
*
|
rocker: Handle protodown notifications.
Anuradha Karuppiah
2015-07-16
1
-1
/
+14
*
|
rocker: add change MTU support
Scott Feldman
2015-07-09
2
-0
/
+62
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-24
1
-1
/
+1
|
\
|
*
rocker: call correct unregister function on error
Gilad Ben-Yossef
2015-06-23
1
-1
/
+1
|
*
rocker: fix a neigh entry leak issue
Ying Xue
2015-05-16
1
-3
/
+5
*
|
switchdev; add VLAN support for port's bridge_getlink
Scott Feldman
2015-06-23
1
-0
/
+25
*
|
switchdev: rename vlan vid_start to vid_begin
Scott Feldman
2015-06-23
1
-2
/
+2
*
|
bridge: del external_learned fdbs from device on flush or ageout
Scott Feldman
2015-06-16
1
-1
/
+1
*
|
rocker: move port stop to 'no wait' processing
Scott Feldman
2015-06-16
1
-1
/
+2
*
|
rocker: move MAC learn event back to 'no wait' processing
Scott Feldman
2015-06-16
1
-37
/
+3
*
|
rocker: mark STP update as 'no wait' processing
Scott Feldman
2015-06-16
1
-1
/
+2
*
|
rocker: mark neigh update event processing as 'no wait'
Scott Feldman
2015-06-16
1
-1
/
+2
*
|
rocker: revert back to support for nowait processes
Scott Feldman
2015-06-16
1
-90
/
+112
*
|
rocker: fix neigh tbl index increment race
Scott Feldman
2015-06-16
1
-2
/
+2
*
|
rocker: gaurd against NULL rocker_port when removing ports
Scott Feldman
2015-06-16
1
-0
/
+2
*
|
rocker: remove support for legacy VLAN ndo ops
Scott Feldman
2015-06-02
1
-33
/
+1
*
|
rocker: install/remove router MAC for untagged VLAN when joining/leaving bridge
Scott Feldman
2015-06-02
1
-17
/
+25
*
|
rocker: install untagged VLAN (vid=0) support for each port
Scott Feldman
2015-06-02
1
-3
/
+17
*
|
rocker: cleanup vlan table on error adding vlan
Scott Feldman
2015-06-02
1
-1
/
+6
*
|
rocker: zero allocate ports array
Scott Feldman
2015-06-02
1
-1
/
+1
*
|
rocker: remove rocker parameter from functions that have rocker_port parameter
Simon Horman
2015-06-02
1
-70
/
+45
*
|
rocker: mark parameters and local variables as const
Simon Horman
2015-05-26
1
-200
/
+215
*
|
rocker: remove unused rocker_port parameter from rocker_port_kfree
Simon Horman
2015-05-26
1
-29
/
+25
*
|
rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactional
Simon Horman
2015-05-21
1
-14
/
+7
*
|
rocker: do not make neighbour entry changes when preparing transactions
Simon Horman
2015-05-21
1
-6
/
+13
*
|
rocker: do not modify fdb table in rocker_port_fdb() when preparing transactions
Simon Horman
2015-05-21
1
-2
/
+4
*
|
rocker: do not delete fdb entries in rocker_port_fdb_flush() when preparing t...
Simon Horman
2015-05-21
1
-1
/
+2
*
|
switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.
Samudrala, Sridhar
2015-05-18
1
-107
/
+81
*
|
rocker: fix a neigh entry leak issue
Ying Xue
2015-05-15
1
-3
/
+5
*
|
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
2015-05-13
1
-9
/
+9
*
|
switchdev: sparse warning: pass ipv4 fib dst as network-byte order
Scott Feldman
2015-05-13
1
-3
/
+4
*
|
rocker: make checkpatch -f clean
Scott Feldman
2015-05-13
2
-24
/
+23
*
|
switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
Scott Feldman
2015-05-13
1
-2
/
+1
*
|
switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del
Scott Feldman
2015-05-13
1
-27
/
+14
*
|
switchdev: cut over to new switchdev_port_bridge_getlink
Scott Feldman
2015-05-13
1
-14
/
+1
[next]