aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19net: two vzalloc() cleanupsEric Dumazet
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-16net:bridge: use IS_ENABLEDIgor Maravić
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-12-16net:x25: use IS_ENABLEDIgor Maravić
2011-12-16net:core: use IS_ENABLEDIgor Maravić
2011-12-16sch_gred: prefer GFP_KERNEL allocationsEric Dumazet
2011-12-16net: fix sleeping while atomic problem in sock mem_cgroup.Glauber Costa
2011-12-16batman-adv: Fix merge error.David S. Miller
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings
2011-12-16unix_diag: Write it into kbuildPavel Emelyanov
2011-12-16unix_diag: Receive queue lenght NLAPavel Emelyanov
2011-12-16unix_diag: Pending connections IDs NLAPavel Emelyanov
2011-12-16unix_diag: Unix peer inode NLAPavel Emelyanov
2011-12-16unix_diag: Unix inode info NLAPavel Emelyanov
2011-12-16unix_diag: Unix socket name NLAPavel Emelyanov
2011-12-16unix_diag: Dumping exact socket corePavel Emelyanov
2011-12-16unix_diag: Dumping all sockets corePavel Emelyanov
2011-12-16unix_diag: Basic module skeletonPavel Emelyanov
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov
2011-12-16sock_diag: Generalize requests cookies managementsPavel Emelyanov
2011-12-16sock_diag: Fix module netlink aliasesPavel Emelyanov
2011-12-16cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan
2011-12-16cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa
2011-12-15mac80211: reduce station management complexityJohannes Berg
2011-12-15mac80211: delay IBSS station insertionJohannes Berg
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg
2011-12-15mac80211: count authorized stations per BSSJohannes Berg
2011-12-15mac80211: refactor station state transitionsJohannes Berg
2011-12-15mac80211: use station mutex in configurationJohannes Berg
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg
2011-12-15nl80211: add TDLS peer flag to policyJohannes Berg
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter
2011-12-14NFC: Initial LLCP supportSamuel Ortiz
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz
2011-12-14NFC: Atomic socket allocationSamuel Ortiz
2011-12-14NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich