summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_iucv: get rid of state IUCV_SEVEREDUrsula Braun2011-12-201-27/+8Star
* af_iucv: remove unused timer infrastructureUrsula Braun2011-12-201-22/+0Star
* af_iucv: release reference to HS deviceUrsula Braun2011-12-201-13/+24
* af_iucv: accelerate close for HS transportUrsula Braun2011-12-201-0/+7
* af_iucv: support ancillary data with HS transportUrsula Braun2011-12-201-0/+2
* net: unix -- Add missing module.h inclusionCyrill Gorcunov2011-12-201-0/+1
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-2020-23/+23
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-2010-29/+29
* net: two vzalloc() cleanupsEric Dumazet2011-12-192-4/+2Star
* Revert "net: Remove unused neighbour layer ops."David S. Miller2011-12-191-0/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-1936-491/+3298
|\
| * cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan2011-12-161-0/+26
| * cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez2011-12-161-4/+16
| * mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan2011-12-151-0/+1
| * mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan2011-12-151-1/+1
| * mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa2011-12-154-8/+17
| * mac80211: reduce station management complexityJohannes Berg2011-12-153-203/+63Star
| * mac80211: delay IBSS station insertionJohannes Berg2011-12-154-57/+140
| * mac80211: make address arguments to sta_info_alloc constJohannes Berg2011-12-152-2/+2
| * mac80211: count authorized stations per BSSJohannes Berg2011-12-154-16/+20
| * mac80211: refactor station state transitionsJohannes Berg2011-12-158-30/+172
| * mac80211: use station mutex in configurationJohannes Berg2011-12-151-6/+6
| * mac80211: remove duplicate TDLS peer verificationJohannes Berg2011-12-151-14/+0Star
| * cfg80211: validate nl80211 station handling betterJohannes Berg2011-12-152-87/+120
| * nl80211: add TDLS peer flag to policyJohannes Berg2011-12-151-0/+1
| * NFC: Initial LLCP supportSamuel Ortiz2011-12-149-2/+2321
| * NFC: Set and get DEP general bytesSamuel Ortiz2011-12-141-0/+18
| * NFC: Add a DEP link control netlink commandSamuel Ortiz2011-12-143-0/+230
| * NFC: Atomic socket allocationSamuel Ortiz2011-12-141-1/+1
| * NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz2011-12-141-2/+0Star
| * NFC: Add tx skb allocation routineSamuel Ortiz2011-12-142-8/+29
| * NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz2011-12-147-7/+7
| * mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich2011-12-141-0/+1
| * nl80211: accept testmode dump with netdevJohannes Berg2011-12-141-19/+31
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-142-46/+42Star
| |\
| | * nfc: signedness bug in __nci_request()Dan Carpenter2011-12-121-1/+1
| * | mac80211: don't check sdata_running in vif notifierEliad Peller2011-12-131-4/+1Star
| * | mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller2011-12-131-1/+2
| * | mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.Dmitry TARNYAGIN2011-12-131-3/+3
| * | cfg80211: notify core hints that helps to restore regd settingsRajkumar Manoharan2011-12-131-2/+14
| * | mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa2011-12-131-10/+5Star
| * | mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2011-12-132-0/+27
| * | cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan2011-12-133-28/+45
| * | mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter2011-12-131-1/+3
* | | net:bridge: use IS_ENABLEDIgor Maravić2011-12-165-6/+6
* | | net:netfilter: use IS_ENABLEDIgor Maravić2011-12-1619-46/+45Star
* | | net:x25: use IS_ENABLEDIgor Maravić2011-12-163-5/+5
* | | net:core: use IS_ENABLEDIgor Maravić2011-12-162-5/+4Star
* | | sch_gred: prefer GFP_KERNEL allocationsEric Dumazet2011-12-161-7/+11
* | | net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa2011-12-161-14/+14