aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep/netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-6/+6
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson1-0/+2
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan1-1/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-9/+1
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan1-0/+2
2010-04-20net: sk_sleep() helperEric Dumazet1-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko1-5/+5
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+4
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-01-07bluetooth: driver API updateStephen Hemminger1-20/+13
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-3/+3
2008-06-11net: remove CVS keywordsAdrian Bunk1-4/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki1-17/+17
2006-12-02[BLUETOOTH] bnep endianness bug: filtering by packet typeAl Viro1-5/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+247