index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2016-05-17
switchdev: pass pointer to fib_info instead of copy
Jiri Pirko
1
-2
/
+2
2016-03-13
rocker: move ageing_time from struct rocker to struct ofdpa
Jiri Pirko
3
-7
/
+7
2016-03-11
rocker: set FDB cleanup timer according to lowest ageing time
Ido Schimmel
3
-1
/
+7
2016-02-27
rocker: fix an error code
Dan Carpenter
1
-1
/
+1
2016-02-23
rocker: fix rocker_world_port_obj_vlan_add()
Dan Carpenter
1
-1
/
+0
2016-02-18
rocker: return -EOPNOTSUPP for undefined world ops
Jiri Pirko
1
-16
/
+17
2016-02-18
rocker: move OF-DPA stuff into separate file
Jiri Pirko
3
-2877
/
+2946
2016-02-18
rocker: call rocker_cmd_exec function with "nowait" boolean instead of flags
Jiri Pirko
1
-15
/
+23
2016-02-18
rocker: remove trans parameter to rocker_cmd_exec function
Jiri Pirko
1
-30
/
+35
2016-02-18
rocker: pre-allocate wait structures during cmd ring init
Jiri Pirko
1
-21
/
+66
2016-02-18
rocker: pass "learning" value as a parameter to rocker_port_set_learning
Jiri Pirko
1
-5
/
+9
2016-02-18
rocker: introduce worlds infrastructure
Jiri Pirko
4
-3
/
+545
2016-02-18
rocker: move rocker and rocker_port structs into header
Jiri Pirko
2
-73
/
+75
2016-02-18
rocker: implement get settings mode command
Jiri Pirko
1
-0
/
+32
2016-02-18
rocker: push tlv processing into separate files
Jiri Pirko
5
-221
/
+284
2016-02-18
rocker: rename rocker.c to rocker_main.c
Jiri Pirko
2
-7
/
+9
2016-02-18
rocker: rename rocker.h to rocker_hw.h
Jiri Pirko
2
-5
/
+5
2016-02-18
rocker: remove unused rocker_port param from alloc funcs and shorten their names
Jiri Pirko
1
-45
/
+42
2016-01-29
switchdev: Require RTNL mutex to be held when sending FDB notifications
Ido Schimmel
1
-0
/
+2
2015-11-19
net: add netif_tx_napi_add()
Eric Dumazet
1
-1
/
+1
2015-11-07
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2015-10-15
rocker: remove nowait from switchdev callbacks.
Jiri Pirko
1
-4
/
+3
2015-10-15
switchdev: remove pointers from switchdev objects
Jiri Pirko
1
-3
/
+3
2015-10-15
switchdev: make struct switchdev_attr parameter const for attr_set calls
Jiri Pirko
1
-1
/
+1
2015-10-15
move io-64-nonatomic*.h out of asm-generic
Christoph Hellwig
1
-1
/
+1
2015-10-12
rocker: handle setting bridge ageing_time
Scott Feldman
1
-0
/
+16
2015-10-03
switchdev: push object ID back to object structure
Jiri Pirko
1
-6
/
+3
2015-10-03
switchdev: bring back switchdev_obj and use it as a generic object param
Jiri Pirko
1
-16
/
+25
2015-10-03
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
Jiri Pirko
1
-3
/
+3
2015-10-03
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
Jiri Pirko
1
-3
/
+3
2015-10-03
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
1
-4
/
+4
2015-10-03
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
Jiri Pirko
1
-8
/
+8
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
[next]