index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dcb
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
2013-03-22
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-12
1
-0
/
+8
|
\
|
*
dcbnl: fix various netlink info leaks
Mathias Krause
2013-03-10
1
-0
/
+8
*
|
dcb: fix sparse warnings
stephen hemminger
2013-03-09
1
-0
/
+1
|
/
*
net: Allow DCBnl to use other namespaces besides init_net
John Fastabend
2012-12-10
1
-5
/
+2
*
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
2012-11-18
1
-0
/
+3
*
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
1
-9
/
+9
*
net: Fix non-kernel-doc comments with kernel-doc start marker
Ben Hutchings
2012-07-10
1
-2
/
+1
*
net: dcb: fix small regression in __dcbnl_pg_setcfg()
John Fastabend
2012-06-21
1
-2
/
+1
*
dcbnl: Use BUG_ON() instead of BUG()
Thomas Graf
2012-06-14
1
-4
/
+1
*
dcbnl: Silence harmless gcc warning about uninitialized reply_nlh
Thomas Graf
2012-06-14
1
-1
/
+1
*
dcbnl: Use type safe nlmsg_data()
Thomas Graf
2012-06-13
1
-1
/
+1
*
dcbnl: Move dcb app allocation into dcb_app_add()
Thomas Graf
2012-06-13
1
-25
/
+22
*
dcbnl: Move dcb app lookup code into dcb_app_lookup()
Thomas Graf
2012-06-13
1
-46
/
+35
*
dcbnl: Return consistent error codes
Thomas Graf
2012-06-13
1
-135
/
+138
*
dcbnl: Use dcbnl_newmsg() where possible
Thomas Graf
2012-06-13
1
-14
/
+2
*
dcbnl: Remove now unused dcbnl_reply()
Thomas Graf
2012-06-13
1
-37
/
+0
*
dcbnl: Shorten all command handling functions
Thomas Graf
2012-06-13
1
-550
/
+172
*
dcbnl: Prepare framework to shorten handling functions
Thomas Graf
2012-06-13
1
-0
/
+71
*
net: dcb: add CEE notify calls
John Fastabend
2012-04-25
1
-0
/
+2
*
net/dcb: Add an optional max rate attribute
Amir Vadai
2012-04-05
1
-0
/
+20
*
dcbnl: Stop using NLA_PUT*().
David S. Miller
2012-04-02
1
-30
/
+42
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
net: Fix files explicitly needing to include module.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
dcb: add DCBX mode to event notifier attributes
John Fastabend
2011-10-06
1
-0
/
+6
*
dcb: Use ifindex instead of ifname
Mark Rustad
2011-10-06
1
-12
/
+12
*
dcbnl: unlock on an error path in dcbnl_cee_fill()
Dan Carpenter
2011-07-08
1
-1
/
+1
*
dcbnl: Add CEE notification
Shmulik Ravid
2011-07-05
1
-190
/
+225
*
dcbnl: Aggregated CEE GET operation
Shmulik Ravid
2011-07-05
1
-7
/
+152
*
dcb: use nlmsg_free() instead of kfree()
Dan Carpenter
2011-06-23
1
-2
/
+2
*
dcb: Add missing error check in dcb_ieee_set()
John Fastabend
2011-06-21
1
-0
/
+3
*
dcb: fix return type on dcb_setapp()
John Fastabend
2011-06-21
1
-1
/
+1
*
dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settings
John Fastabend
2011-06-21
1
-0
/
+26
*
dcb: Add ieee_dcb_delapp() and dcb op to delete app entry
John Fastabend
2011-06-21
1
-2
/
+88
*
dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP data
John Fastabend
2011-06-21
1
-4
/
+51
*
net: dcbnl, add multicast group for DCB
John Fastabend
2011-06-21
1
-83
/
+146
*
dcb: Add DCBX capabilities bitmask to the get_ieee response
John Fastabend
2011-06-21
1
-0
/
+12
*
rtnetlink: Compute and store minimum ifinfo dump size
Greg Rose
2011-06-09
1
-2
/
+2
*
net: dcbnl: Update copyright dates
Mark Rustad
2011-03-14
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-03-03
1
-1
/
+1
|
\
|
*
net: dcbnl: check correct ops in dcbnl_ieee_set()
John Fastabend
2011-03-02
1
-1
/
+1
*
|
dcbnl: add support for retrieving peer configuration - cee
Shmulik Ravid
2011-03-02
1
-4
/
+81
*
|
dcbnl: add support for retrieving peer configuration - ieee
Shmulik Ravid
2011-03-02
1
-0
/
+69
|
/
*
Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()
Jesper Juhl
2011-02-13
1
-0
/
+3
*
net: dcb: application priority is per net_device
John Fastabend
2011-02-13
1
-1
/
+5
*
dcbnl: make get_app handling symmetric for IEEE and CEE DCBx
John Fastabend
2011-01-24
1
-2
/
+11
*
dcb: use after free in dcb_flushapp()
Dan Carpenter
2011-01-06
1
-1
/
+2
*
dcb: unlock on error in dcbnl_ieee_get()
Dan Carpenter
2011-01-06
1
-3
/
+8
*
dcbnl: more informed return values for new dcbnl routines
Shmulik Ravid
2011-01-03
1
-44
/
+37
*
dcbnl: cleanup
Shmulik Ravid
2010-12-31
1
-1
/
+1
[next]