Commit Graph

77 Commits (315c00bc9f2bd17f7ad7ed8119ca49b1125af507)

Author SHA1 Message Date
Anish Bhatt 16eecd9be4 dcbnl : Fix misleading dcb_app->priority explanation 11 years ago
Anish Bhatt c2659479f7 Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 11 years ago
Eric W. Biederman 90f62cf30a net: Use netlink_ns_capable to verify the permisions of netlink messages 11 years ago
Ying Xue d9ac62be57 dcb: use __dev_get_by_name instead of dev_get_by_name to find interface 11 years ago
Jeff Kirsher c057b190b8 net/*: Fix FSF address in file headers 11 years ago
Thomas Graf 661d2967b3 rtnetlink: Remove passing of attributes into rtnl_doit functions 12 years ago
Mathias Krause 29cd8ae0e1 dcbnl: fix various netlink info leaks 12 years ago
stephen hemminger 23bdbc80e1 dcb: fix sparse warnings 12 years ago
John Fastabend 7c77ab24e3 net: Allow DCBnl to use other namespaces besides init_net 12 years ago
Eric W. Biederman dfc47ef863 net: Push capable(CAP_NET_ADMIN) into the rtnl methods 12 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Ben Hutchings ae86b9e384 net: Fix non-kernel-doc comments with kernel-doc start marker 13 years ago
John Fastabend bb1dfefdc6 net: dcb: fix small regression in __dcbnl_pg_setcfg() 13 years ago
Thomas Graf b3908e22ad dcbnl: Use BUG_ON() instead of BUG() 13 years ago
Thomas Graf 39912f9cf9 dcbnl: Silence harmless gcc warning about uninitialized reply_nlh 13 years ago
Thomas Graf 7a282bc37f dcbnl: Use type safe nlmsg_data() 13 years ago
Thomas Graf 4e4f2f6970 dcbnl: Move dcb app allocation into dcb_app_add() 13 years ago
Thomas Graf 716b31abbd dcbnl: Move dcb app lookup code into dcb_app_lookup() 13 years ago
Thomas Graf 3d1f486952 dcbnl: Return consistent error codes 13 years ago
Thomas Graf ab6d470735 dcbnl: Use dcbnl_newmsg() where possible 13 years ago
Thomas Graf 77c6849d7a dcbnl: Remove now unused dcbnl_reply() 13 years ago
Thomas Graf 7be994138b dcbnl: Shorten all command handling functions 13 years ago
Thomas Graf 33a03aadb5 dcbnl: Prepare framework to shorten handling functions 13 years ago
John Fastabend 081579840b net: dcb: add CEE notify calls 13 years ago
Amir Vadai 08f10affe4 net/dcb: Add an optional max rate attribute 13 years ago
David S. Miller 1eb4c97777 dcbnl: Stop using NLA_PUT*(). 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
Paul Gortmaker 3a9a231d97 net: Fix files explicitly needing to include module.h 13 years ago
John Fastabend 6bd0e1cb10 dcb: add DCBX mode to event notifier attributes 14 years ago
Mark Rustad e290ed8130 dcb: Use ifindex instead of ifname 14 years ago
Dan Carpenter 40f5d72a4f dcbnl: unlock on an error path in dcbnl_cee_fill() 14 years ago
Shmulik Ravid 5b7f762674 dcbnl: Add CEE notification 14 years ago
Shmulik Ravid 37cf4d1a9b dcbnl: Aggregated CEE GET operation 14 years ago
Dan Carpenter 4d054f2f14 dcb: use nlmsg_free() instead of kfree() 14 years ago
John Fastabend 4003b65871 dcb: Add missing error check in dcb_ieee_set() 14 years ago
John Fastabend ab6baf980b dcb: fix return type on dcb_setapp() 14 years ago
John Fastabend a364c8cf80 dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settings 14 years ago
John Fastabend f9ae7e4b51 dcb: Add ieee_dcb_delapp() and dcb op to delete app entry 14 years ago
John Fastabend b6db2174c5 dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP data 14 years ago
John Fastabend 314b4778ed net: dcbnl, add multicast group for DCB 14 years ago
John Fastabend c7797baf9f dcb: Add DCBX capabilities bitmask to the get_ieee response 14 years ago
Greg Rose c7ac8679be rtnetlink: Compute and store minimum ifinfo dump size 14 years ago
Mark Rustad 698e1d23cf net: dcbnl: Update copyright dates 14 years ago
Shmulik Ravid dc6ed1df5a dcbnl: add support for retrieving peer configuration - cee 14 years ago
Shmulik Ravid eed84713bc dcbnl: add support for retrieving peer configuration - ieee 14 years ago
John Fastabend f3d7bc57c7 net: dcbnl: check correct ops in dcbnl_ieee_set() 14 years ago
Jesper Juhl d3337de52a Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp() 14 years ago
John Fastabend 7ec79270d7 net: dcb: application priority is per net_device 14 years ago
John Fastabend 3dce38a02d dcbnl: make get_app handling symmetric for IEEE and CEE DCBx 14 years ago
Dan Carpenter 2a8fe00374 dcb: use after free in dcb_flushapp() 14 years ago