summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep/netdev.c
AgeCommit message (Expand)AuthorLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-6/+6
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson-0/+2
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-1/+1
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches-1/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman-1/+1
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan-1/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan-9/+1
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman-0/+1
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan-0/+2
2010-04-20net: sk_sleep() helperEric Dumazet-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko-5/+5
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko-2/+4
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy-3/+3
2009-01-07bluetooth: driver API updateStephen Hemminger-20/+13
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann-5/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen-3/+3
2008-06-11net: remove CVS keywordsAdrian Bunk-4/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt-1/+1
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki-17/+17
2006-12-02[BLUETOOTH] bnep endianness bug: filtering by packet typeAl Viro-5/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+247