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
/
net
/
dcb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
net/dcb: Add an optional max rate attribute
Amir Vadai
1
-0
/
+20
2012-04-02
dcbnl: Stop using NLA_PUT*().
David S. Miller
1
-30
/
+42
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-11-01
net: Fix files explicitly needing to include module.h
Paul Gortmaker
1
-0
/
+1
2011-10-06
dcb: add DCBX mode to event notifier attributes
John Fastabend
1
-0
/
+6
2011-10-06
dcb: Use ifindex instead of ifname
Mark Rustad
1
-12
/
+12
2011-07-08
dcbnl: unlock on an error path in dcbnl_cee_fill()
Dan Carpenter
1
-1
/
+1
2011-07-06
dcbnl: Add CEE notification
Shmulik Ravid
1
-190
/
+225
2011-07-06
dcbnl: Aggregated CEE GET operation
Shmulik Ravid
1
-7
/
+152
2011-06-23
dcb: use nlmsg_free() instead of kfree()
Dan Carpenter
1
-2
/
+2
2011-06-22
dcb: Add missing error check in dcb_ieee_set()
John Fastabend
1
-0
/
+3
2011-06-22
dcb: fix return type on dcb_setapp()
John Fastabend
1
-1
/
+1
2011-06-22
dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settings
John Fastabend
1
-0
/
+26
2011-06-22
dcb: Add ieee_dcb_delapp() and dcb op to delete app entry
John Fastabend
1
-2
/
+88
2011-06-22
dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP data
John Fastabend
1
-4
/
+51
2011-06-22
net: dcbnl, add multicast group for DCB
John Fastabend
1
-83
/
+146
2011-06-22
dcb: Add DCBX capabilities bitmask to the get_ieee response
John Fastabend
1
-0
/
+12
2011-06-10
rtnetlink: Compute and store minimum ifinfo dump size
Greg Rose
1
-2
/
+2
2011-03-15
net: dcbnl: Update copyright dates
Mark Rustad
1
-1
/
+1
2011-03-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2011-03-03
dcbnl: add support for retrieving peer configuration - cee
Shmulik Ravid
1
-4
/
+81
2011-03-03
dcbnl: add support for retrieving peer configuration - ieee
Shmulik Ravid
1
-0
/
+69
2011-03-03
net: dcbnl: check correct ops in dcbnl_ieee_set()
John Fastabend
1
-1
/
+1
2011-02-13
Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()
Jesper Juhl
1
-0
/
+3
2011-02-13
net: dcb: application priority is per net_device
John Fastabend
1
-1
/
+5
2011-01-25
dcbnl: make get_app handling symmetric for IEEE and CEE DCBx
John Fastabend
1
-2
/
+11
2011-01-06
dcb: use after free in dcb_flushapp()
Dan Carpenter
1
-1
/
+2
2011-01-06
dcb: unlock on error in dcbnl_ieee_get()
Dan Carpenter
1
-3
/
+8
2011-01-03
dcbnl: more informed return values for new dcbnl routines
Shmulik Ravid
1
-44
/
+37
2010-12-31
dcbnl: cleanup
Shmulik Ravid
1
-1
/
+1
2010-12-31
dcbnl: adding DCBX feature flags get-set
Shmulik Ravid
1
-0
/
+133
2010-12-31
dcbnl: adding DCBX engine capability
Shmulik Ravid
1
-0
/
+43
2010-12-31
net_dcb: add application notifiers
John Fastabend
3
-1
/
+43
2010-12-31
dcbnl: add appliction tlv handlers
John Fastabend
1
-10
/
+123
2010-12-31
dcbnl: add support for ieee8021Qaz attributes
John Fastabend
1
-0
/
+131
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-19
const: struct nla_policy
Alexey Dobriyan
1
-8
/
+8
2009-11-30
net: Move && and || to end of previous line
Joe Perches
1
-2
/
+2
2009-11-26
net: use net_eq to compare nets
Octavian Purdila
1
-1
/
+1
2009-09-27
net: fix double skb free in dcbnl
John Fastabend
1
-8
/
+7
2009-09-01
dcbnl: Add implementations of dcbnl setapp/getapp commands
Yi Zou
1
-0
/
+122
2009-09-01
dcbnl: Add netlink attributes for setapp/getapp to dcbnl
Yi Zou
1
-0
/
+8
2009-01-05
DCB: fix kfree(skb)
Roel Kluin
1
-7
/
+7
2008-12-22
net: add DCNA attribute to the BCN interface for DCB
Don Skidmore
1
-2
/
+4
2008-12-22
net: fix DCB setstate to return success/failure
Don Skidmore
1
-3
/
+2
2008-12-15
net: fix dcbnl_setnumtcs operation check
Don Skidmore
1
-1
/
+1
2008-11-25
DCB: fix kconfig option
Jeff Kirsher
2
-8
/
+18
2008-11-21
DCB: Add support for DCB BCN
Alexander Duyck
1
-7
/
+167
2008-11-21
DCB: Add interface to query the state of PFC feature.
Alexander Duyck
1
-0
/
+43
2008-11-21
DCB: Add interface to query # of TCs supported by device
Alexander Duyck
1
-0
/
+132
[next]