Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
78b3c1fde09b072ee508ad26ffc237e5a3b6e6b1
/
net
/
dcb
16eecd9
dcbnl : Fix misleading dcb_app->priority explanation
by Anish Bhatt
· 10 years ago
c265947
Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8
by Anish Bhatt
· 10 years ago
90f62cf
net: Use netlink_ns_capable to verify the permisions of netlink messages
by Eric W. Biederman
· 11 years ago
d9ac62b
dcb: use __dev_get_by_name instead of dev_get_by_name to find interface
by Ying Xue
· 11 years ago
c057b19
net/*: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
e5f2ef7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
29cd8ae
dcbnl: fix various netlink info leaks
by Mathias Krause
· 12 years ago
23bdbc80
dcb: fix sparse warnings
by stephen hemminger
· 12 years ago
7c77ab2
net: Allow DCBnl to use other namespaces besides init_net
by John Fastabend
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
ae86b9e
net: Fix non-kernel-doc comments with kernel-doc start marker
by Ben Hutchings
· 12 years ago
bb1dfef
net: dcb: fix small regression in __dcbnl_pg_setcfg()
by John Fastabend
· 12 years ago
b3908e2
dcbnl: Use BUG_ON() instead of BUG()
by Thomas Graf
· 12 years ago
39912f9
dcbnl: Silence harmless gcc warning about uninitialized reply_nlh
by Thomas Graf
· 12 years ago
7a282bc3
dcbnl: Use type safe nlmsg_data()
by Thomas Graf
· 12 years ago
4e4f2f6
dcbnl: Move dcb app allocation into dcb_app_add()
by Thomas Graf
· 12 years ago
716b31a
dcbnl: Move dcb app lookup code into dcb_app_lookup()
by Thomas Graf
· 12 years ago
3d1f486
dcbnl: Return consistent error codes
by Thomas Graf
· 12 years ago
ab6d470
dcbnl: Use dcbnl_newmsg() where possible
by Thomas Graf
· 12 years ago
77c6849
dcbnl: Remove now unused dcbnl_reply()
by Thomas Graf
· 12 years ago
7be9941
dcbnl: Shorten all command handling functions
by Thomas Graf
· 12 years ago
33a03aa
dcbnl: Prepare framework to shorten handling functions
by Thomas Graf
· 12 years ago
0815798
net: dcb: add CEE notify calls
by John Fastabend
· 13 years ago
08f10af
net/dcb: Add an optional max rate attribute
by Amir Vadai
· 13 years ago
1eb4c97
dcbnl: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
6bd0e1c
dcb: add DCBX mode to event notifier attributes
by John Fastabend
· 13 years ago
e290ed8
dcb: Use ifindex instead of ifname
by Mark Rustad
· 13 years ago
40f5d72
dcbnl: unlock on an error path in dcbnl_cee_fill()
by Dan Carpenter
· 13 years ago
5b7f762
dcbnl: Add CEE notification
by Shmulik Ravid
· 13 years ago
37cf4d1
dcbnl: Aggregated CEE GET operation
by Shmulik Ravid
· 13 years ago
4d054f2
dcb: use nlmsg_free() instead of kfree()
by Dan Carpenter
· 13 years ago
4003b65
dcb: Add missing error check in dcb_ieee_set()
by John Fastabend
· 13 years ago
ab6baf9
dcb: fix return type on dcb_setapp()
by John Fastabend
· 13 years ago
a364c8c
dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settings
by John Fastabend
· 13 years ago
f9ae7e4
dcb: Add ieee_dcb_delapp() and dcb op to delete app entry
by John Fastabend
· 13 years ago
b6db217
dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP data
by John Fastabend
· 13 years ago
314b477
net: dcbnl, add multicast group for DCB
by John Fastabend
· 13 years ago
c7797ba
dcb: Add DCBX capabilities bitmask to the get_ieee response
by John Fastabend
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
698e1d2
net: dcbnl: Update copyright dates
by Mark Rustad
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
dc6ed1d
dcbnl: add support for retrieving peer configuration - cee
by Shmulik Ravid
· 14 years ago
eed8471
dcbnl: add support for retrieving peer configuration - ieee
by Shmulik Ravid
· 14 years ago
f3d7bc5
net: dcbnl: check correct ops in dcbnl_ieee_set()
by John Fastabend
· 14 years ago
d3337de
Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()
by Jesper Juhl
· 14 years ago
7ec7927
net: dcb: application priority is per net_device
by John Fastabend
· 14 years ago
3dce38a
dcbnl: make get_app handling symmetric for IEEE and CEE DCBx
by John Fastabend
· 14 years ago
2a8fe00
dcb: use after free in dcb_flushapp()
by Dan Carpenter
· 14 years ago
70bfa2d
dcb: unlock on error in dcbnl_ieee_get()
by Dan Carpenter
· 14 years ago
7f891cf
dcbnl: more informed return values for new dcbnl routines
by Shmulik Ravid
· 14 years ago
7c14c3f
dcbnl: cleanup
by Shmulik Ravid
· 14 years ago
ea45fe4
dcbnl: adding DCBX feature flags get-set
by Shmulik Ravid
· 14 years ago
6241b62
dcbnl: adding DCBX engine capability
by Shmulik Ravid
· 14 years ago
96b9968
net_dcb: add application notifiers
by John Fastabend
· 14 years ago
9ab933a
dcbnl: add appliction tlv handlers
by John Fastabend
· 14 years ago
3e29027
dcbnl: add support for ieee8021Qaz attributes
by John Fastabend
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b54452b
const: struct nla_policy
by Alexey Dobriyan
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
7eaf507
net: fix double skb free in dcbnl
by John Fastabend
· 15 years ago
5794968
dcbnl: Add implementations of dcbnl setapp/getapp commands
by Yi Zou
· 15 years ago
6fa382a
dcbnl: Add netlink attributes for setapp/getapp to dcbnl
by Yi Zou
· 15 years ago
858eb71
DCB: fix kfree(skb)
by Roel Kluin
· 16 years ago
f4314e8
net: add DCNA attribute to the BCN interface for DCB
by Don Skidmore
· 16 years ago
1486a61
net: fix DCB setstate to return success/failure
by Don Skidmore
· 16 years ago
8b124a8
net: fix dcbnl_setnumtcs operation check
by Don Skidmore
· 16 years ago
7a6b6f5
DCB: fix kconfig option
by Jeff Kirsher
· 16 years ago
859ee3c
DCB: Add support for DCB BCN
by Alexander Duyck
· 16 years ago
0eb3aa9
DCB: Add interface to query the state of PFC feature.
by Alexander Duyck
· 16 years ago
33dbabc
DCB: Add interface to query # of TCs supported by device
by Alexander Duyck
· 16 years ago
4613218
DCB: Add interface to query for the DCB capabilities of an device.
by Alexander Duyck
· 16 years ago
2f90b86
ixgbe: this patch adds support for DCB to the kernel and ixgbe driver
by Alexander Duyck
· 16 years ago