summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-82/+195
2010-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville10-159/+193
2010-10-15radiotap: fix vendor namespace parsingJohannes Berg1-26/+32
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi2-187/+212
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker9-375/+1
2010-10-13mac80211: fix SMPS requestJohannes Berg1-0/+2
2010-10-13mac80211: add probe request filter flagJohannes Berg4-2/+32
2010-10-13cfg80211: notify drivers about frame registrationsJohannes Berg1-3/+20
2010-10-12wireless: Print wiphy name in sysfs.Ben Greear1-0/+9
2010-10-12net: percpu net_device refcountEric Dumazet1-7/+33
2010-10-12Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller9-63/+66
2010-10-12Bluetooth: clean up rfcomm codeAndrei Emeltchenko1-15/+14
2010-10-12Bluetooth: Update conf_state before send config_req outHaijun Liu1-0/+1
2010-10-12Bluetooth: Use the proper error value from bt_skb_send_alloc()Gustavo F. Padovan1-4/+4
2010-10-12Bluetooth: make batostr() print in the right orderGustavo F. Padovan5-28/+10
2010-10-12Bluetooth: remove unused variable from cmtpGustavo F. Padovan1-2/+1
2010-10-12Bluetooth: check for l2cap header in start fragmentAndrei Emeltchenko1-1/+2
2010-10-12Bluetooth: check L2CAP length in first ACL fragmentAndrei Emeltchenko1-0/+16
2010-10-12Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg1-1/+0
2010-10-12Bluetooth: remove extra newline from debug outputAndrei Emeltchenko1-1/+1
2010-10-12Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.Mat Martineau1-0/+3
2010-10-12Bluetooth: Use common SOCK_STREAM receive code in RFCOMMMat Martineau1-98/+6
2010-10-12Bluetooth: Add common code for stream-oriented recvmsg()Mat Martineau1-0/+109
2010-10-12Bluetooth: Validate PSM values in calls to connect() and bind()Mat Martineau1-4/+21
2010-10-12Bluetooth: Fix RFCOMM RPN negotiationYuri Kululin1-4/+4
2010-10-12Bluetooth: HCI devices are either BR/EDR or AMP radiosDavid Vrabel1-2/+2
2010-10-12dccp: cosmetics - warning formatGerrit Renker2-2/+2
2010-10-12dccp: schedule an Ack when receiving timestampsGerrit Renker2-2/+3
2010-10-12dccp: generalise data-loss conditionIvo Calado1-6/+15
2010-10-12dccp: remove unused argument in CCID tx functionGerrit Renker4-7/+6
2010-10-12dccp: merge now-reduced connect_init() functionGerrit Renker1-13/+5
2010-10-12dccp: fix the adjustments to AWL and SWLGerrit Renker3-33/+35
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet7-34/+64
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet3-25/+36
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-37/+37
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook1-3/+3
2010-10-11mac80211: minstrel_ht A-MPDU fixBjörn Smedman1-3/+4
2010-10-11mac80211: don't kmalloc 16 bytesJohannes Berg1-7/+1
2010-10-11cfg80211: add channel utilization stats to the survey commandFelix Fietkau1-0/+15
2010-10-11mac80211: temporarily disable reorder release timerChristian Lamparter1-0/+24
2010-10-11mac80211: fix possible null-pointer de-referenceChristian Lamparter1-3/+14
2010-10-11wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear2-1/+7
2010-10-11mac80211: Improve mlme probe response log messages.Ben Greear1-7/+11
2010-10-11Revert "wireless: Use first phyX name available when registering phy devices."Johannes Berg1-30/+24
2010-10-11ATM: mpc, fix use after freeJiri Slaby1-1/+1
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet2-40/+63
2010-10-11irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2010-10-11irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2010-10-11irda: Remove BKL instances from irnetSamuel Ortiz2-19/+44
2010-10-11irda: Remove BKL instances from af_irda.cSamuel Ortiz1-174/+196