aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-20af_iucv: get rid of state IUCV_SEVEREDUrsula Braun1-27/+8
2011-12-20af_iucv: remove unused timer infrastructureUrsula Braun1-22/+0
2011-12-20af_iucv: release reference to HS deviceUrsula Braun1-13/+24
2011-12-20af_iucv: accelerate close for HS transportUrsula Braun1-0/+7
2011-12-20af_iucv: support ancillary data with HS transportUrsula Braun1-0/+2
2011-12-20net: unix -- Add missing module.h inclusionCyrill Gorcunov1-0/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell20-23/+23
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell10-29/+29
2011-12-19net: two vzalloc() cleanupsEric Dumazet2-4/+2
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller1-0/+10
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville36-491/+3298
2011-12-16net:bridge: use IS_ENABLEDIgor Maravić5-6/+6
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić19-46/+45
2011-12-16net:x25: use IS_ENABLEDIgor Maravić3-5/+5
2011-12-16net:core: use IS_ENABLEDIgor Maravić2-5/+4
2011-12-16sch_gred: prefer GFP_KERNEL allocationsEric Dumazet1-7/+11
2011-12-16net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa1-14/+14
2011-12-16batman-adv: Fix merge error.David S. Miller1-1/+1
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-13/+20
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-26/+55
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov2-0/+10
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov1-0/+13
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov1-0/+39
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov1-0/+24
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov1-0/+21
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov1-0/+20
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov1-1/+66
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov1-1/+75
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov1-0/+57
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-3/+6
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov3-20/+24
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov5-9/+10
2011-12-16cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan1-0/+26
2011-12-16cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez1-4/+16
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-54/+77
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan1-0/+1
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan1-1/+1
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa4-8/+17
2011-12-15mac80211: reduce station management complexityJohannes Berg3-203/+63
2011-12-15mac80211: delay IBSS station insertionJohannes Berg4-57/+140
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg2-2/+2
2011-12-15mac80211: count authorized stations per BSSJohannes Berg4-16/+20
2011-12-15mac80211: refactor station state transitionsJohannes Berg8-30/+172
2011-12-15mac80211: use station mutex in configurationJohannes Berg1-6/+6
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg1-14/+0
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg2-87/+120
2011-12-15nl80211: add TDLS peer flag to policyJohannes Berg1-0/+1
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter1-1/+1
2011-12-14NFC: Initial LLCP supportSamuel Ortiz9-2/+2321
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-0/+18