index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
rocker
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-30
net: switchdev: abstract object in add/del ops
Vivien Didelot
1
-11
/
+10
2015-09-30
net: switchdev: pass callback to dump operation
Vivien Didelot
1
-10
/
+11
2015-09-30
net: switchdev: remove dev from switchdev_obj cb
Vivien Didelot
1
-2
/
+2
2015-09-25
rocker: use switchdev transaction queue for allocated memory
Jiri Pirko
1
-46
/
+7
2015-09-25
rocker: push struct switchdev_trans down through rocker code
Jiri Pirko
1
-237
/
+225
2015-09-25
switchdev: move transaction phase enum under transaction structure
Jiri Pirko
1
-8
/
+9
2015-09-25
switchdev: introduce transaction item queue for attr_set and obj_add
Jiri Pirko
1
-2
/
+4
2015-09-25
switchdev: rename "trans" to "trans_ph".
Jiri Pirko
1
-191
/
+191
2015-09-24
rocker: add FDB cleanup timer
Scott Feldman
1
-0
/
+42
2015-09-24
rocker: adding port ageing_time for ageing out FDB entries
Scott Feldman
1
-0
/
+2
2015-09-24
rocker: store rocker_port in fdb key rather than pport
Scott Feldman
1
-4
/
+4
2015-09-24
rocker: track when FDB entry is touched.
Scott Feldman
1
-6
/
+12
2015-08-28
rocker: use change upper info
Jiri Pirko
1
-23
/
+38
2015-08-28
rocker: use new helper to figure out master kind
Jiri Pirko
1
-12
/
+7
2015-08-14
rocker: hook ndo_neigh_destroy to cleanup neigh refs in driver
Scott Feldman
1
-0
/
+11
2015-08-14
rocker: print switch ID consistent with phys_switch_id sysfs node
Scott Feldman
1
-1
/
+2
2015-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-08-11
net: switchdev: support static FDB addresses
Vivien Didelot
1
-0
/
+1
2015-08-11
Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"
David S. Miller
1
-1
/
+1
2015-08-10
net: switchdev: change fdb addr for a byte array
Vivien Didelot
1
-1
/
+1
2015-08-07
rocker: use netdev_err after register_netdev
Scott Feldman
1
-1
/
+1
2015-08-07
rocker: NULL port if port probe fails
Scott Feldman
1
-0
/
+1
2015-08-04
rocker: linearize skb in case frags would not fit into tx descriptor
Jiri Pirko
1
-2
/
+5
2015-08-04
rocker: enable support for scattered packets
Ido Schimmel
1
-1
/
+1
2015-08-03
rocker: free netdevice during netdevice removal
Ido Schimmel
1
-0
/
+1
2015-07-21
rocker: add offload_fwd_mark support
Scott Feldman
2
-0
/
+12
2015-07-21
rocker: forward packets to CPU when port is joined to openvswitch
Simon Horman
1
-12
/
+50
2015-07-16
rocker: Handle protodown notifications.
Anuradha Karuppiah
1
-1
/
+14
2015-07-09
rocker: add change MTU support
Scott Feldman
2
-0
/
+62
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-06-23
rocker: call correct unregister function on error
Gilad Ben-Yossef
1
-1
/
+1
2015-06-23
switchdev; add VLAN support for port's bridge_getlink
Scott Feldman
1
-0
/
+25
2015-06-23
switchdev: rename vlan vid_start to vid_begin
Scott Feldman
1
-2
/
+2
2015-06-16
bridge: del external_learned fdbs from device on flush or ageout
Scott Feldman
1
-1
/
+1
2015-06-16
rocker: move port stop to 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-16
rocker: move MAC learn event back to 'no wait' processing
Scott Feldman
1
-37
/
+3
2015-06-16
rocker: mark STP update as 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-16
rocker: mark neigh update event processing as 'no wait'
Scott Feldman
1
-1
/
+2
2015-06-16
rocker: revert back to support for nowait processes
Scott Feldman
1
-90
/
+112
2015-06-16
rocker: fix neigh tbl index increment race
Scott Feldman
1
-2
/
+2
2015-06-16
rocker: gaurd against NULL rocker_port when removing ports
Scott Feldman
1
-0
/
+2
2015-06-02
rocker: remove support for legacy VLAN ndo ops
Scott Feldman
1
-33
/
+1
2015-06-02
rocker: install/remove router MAC for untagged VLAN when joining/leaving bridge
Scott Feldman
1
-17
/
+25
2015-06-02
rocker: install untagged VLAN (vid=0) support for each port
Scott Feldman
1
-3
/
+17
2015-06-02
rocker: cleanup vlan table on error adding vlan
Scott Feldman
1
-1
/
+6
2015-06-02
rocker: zero allocate ports array
Scott Feldman
1
-1
/
+1
2015-06-02
rocker: remove rocker parameter from functions that have rocker_port parameter
Simon Horman
1
-70
/
+45
2015-05-26
rocker: mark parameters and local variables as const
Simon Horman
1
-200
/
+215
2015-05-26
rocker: remove unused rocker_port parameter from rocker_port_kfree
Simon Horman
1
-29
/
+25
2015-05-22
rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactional
Simon Horman
1
-14
/
+7
[prev]
[next]