aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep/netdev.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28net: add ETH_P_802_3_MINGravatar Simon Horman 1-1/+1
2012-11-01Bluetooth: Remove unnecessary include export.hGravatar Syam Sidhardhan 1-1/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGravatar Gustavo Padovan 1-9/+1
2012-06-05Bluetooth: Remove most of the inline usageGravatar Gustavo Padovan 1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedGravatar Neil Horman 1-0/+1
2010-06-24Bluetooth: Bring back var 'i' incrementGravatar Gustavo F. Padovan 1-0/+2
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-04-03net: convert multicast list to list_headGravatar Jiri Pirko 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Gravatar Jiri Pirko 1-5/+5
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateGravatar Jiri Pirko 1-2/+4
2009-09-01netdev: convert pseudo-devices to netdev_tx_tGravatar Stephen Hemminger 1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsGravatar Patrick McHardy 1-3/+3
2009-01-07bluetooth: driver API updateGravatar Stephen Hemminger 1-20/+13
2008-11-30Bluetooth: Enable per-module dynamic debug messagesGravatar Marcel Holtmann 1-5/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-4Gravatar Wang Chen 1-3/+3
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-4/+0
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-17/+17
2006-12-02[BLUETOOTH] bnep endianness bug: filtering by packet typeGravatar Al Viro 1-5/+6
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+247