aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27mac80211: Fix memleak in nl80211 authentication on deinitJouni Malinen1-0/+1
2009-03-27mac80211: resume properly, add suspend/resume testJohannes Berg3-0/+65
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen5-11/+439
2009-03-27nl80211: Event notifications for MLME eventsJouni Malinen5-3/+138
2009-03-27mac80211: Fix reassociation by not clearing previous BSSIDJouni Malinen1-2/+4
2009-03-27mac80211: Fix a typo in assoc vs. reassoc checkJouni Malinen1-1/+1
2009-03-27mac80211: don't drop nullfunc frames during software scanKalle Valo2-1/+26
2009-03-27nl80211: rework lockingJohannes Berg1-105/+166
2009-03-27mac80211: Tear down aggregation sessions for suspend/resumeSujith4-0/+45
2009-03-27mac80211: acquire sta_lock for station suspend/resumeJohannes Berg1-8/+10
2009-03-27nl80211: export supported commandsJohannes Berg1-0/+27
2009-03-27mac80211: Populate HT limitation with TKIP/WEP to the handler for SIOCSIWENCODE tooVasanthakumar Thiagarajan1-2/+11
2009-03-27wireless: radiotap updatesJohannes Berg1-3/+4
2009-03-27mac80211: stop queues across suspend/resumeJohannes Berg2-0/+7
2009-03-27mac80211: fix warnings in ieee80211_if_configJohannes Berg1-9/+3
2009-03-27mac80211: start pending scan after probe/auth/assoc timed outHelmut Schaa1-0/+23
2009-03-27mac80211: remove ieee80211_num_regular_queuesJohannes Berg2-5/+4
2009-03-27cfg80211/nl80211: remove usage of CONFIG_NL80211Reinette Chatre3-41/+1
2009-03-27mac80211: ieee80211_ibss_commit() cleanupAlina Friedrichsen1-1/+2
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+2
2009-03-27constify dentry_operations: restAl Viro2-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-3/+3
2009-03-27af_rose/x25: Sanity check the maximum user frame sizeAlan Cox3-1/+15
2009-03-27appletalk: this warning can go I thinkAlan Cox1-5/+1
2009-03-27xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert1-1/+1
2009-03-27ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson1-3/+1
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller24-199/+335
2009-03-26GRO: Disable GRO on legacy netif_rx pathHerbert Xu1-6/+3
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+7
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller9-497/+46
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-4/+5
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-474/+2
2009-03-26ctnetlink: compute generic part of event more acuratelyHolger Eitzenberger1-1/+10
2009-03-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+7
2009-03-26net: core: remove unneeded include in net/core/utils.c.Rami Rosen1-1/+0
2009-03-26netfilter: fix nf_logger name in ebt_ulog.Eric Leblond1-1/+1
2009-03-26netfilter: fix warning in ebt_ulog init function.Eric Leblond1-5/+5
2009-03-26netfilter: fix warning about invalid const usageEric Leblond2-2/+2
2009-03-25bridge: bad error handling when adding invalid ether addressStephen Hemminger1-1/+0
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger10-0/+62
2009-03-25netfilter: nf_conntrack: add generic function to get len of generic policyHolger Eitzenberger1-0/+6
2009-03-25netfilter: ctnetlink: allocate right-sized ctnetlink skbHolger Eitzenberger1-1/+64
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet8-120/+160
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy3-3/+9
2009-03-25netfilter: limit the length of the helper nameHolger Eitzenberger1-0/+1
2009-03-25netlink: add nla_policy_len()Holger Eitzenberger1-0/+27
2009-03-25netfilter: ctnetlink: add callbacks to the per-proto nlattrsHolger Eitzenberger1-0/+16
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet4-74/+7
2009-03-25netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize()Eric Dumazet1-1/+1
2009-03-25netfilter: fix xt_LED build failurePatrick McHardy1-1/+1