aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller26-561/+846
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-34/+54
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman4-13/+33
2009-07-30IPVS: use pr_fmtHannes Eder23-4/+74
2009-07-30ipv4: ARP neigh procfs buffer overflowroel kluin1-1/+3
2009-07-30vlan: allow creating vlan when real device is not upStephen Hemminger1-6/+0
2009-07-30net/netlabel: Add kmalloc NULL testsJulia Lawall1-1/+1
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-10/+28
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg12-106/+53
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg5-41/+48
2009-07-29cfg80211: combine IWAP handlersJohannes Berg5-55/+58
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg7-80/+83
2009-07-29mac80211: verify info->control.vif is not NULLJohannes Berg2-0/+18
2009-07-29cfg80211: fix disassoc while not associatedJohannes Berg1-0/+6
2009-07-29mac80211: fix an oops in ieee80211_scan_state_set_channelHelmut Schaa1-1/+4
2009-07-29nl80211: add missing parameter clearingJohannes Berg1-0/+2
2009-07-29mac80211: fix receiving deauthJohannes Berg1-4/+17
2009-07-29cfg80211: fix circular lock dependency (1)Johannes Berg1-3/+3
2009-07-29mac80211: fix suspendJohannes Berg2-9/+27
2009-07-27mac80211: fix oops due to missing private dataLuis R. Rodriguez1-2/+4
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg3-36/+7
2009-07-27mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez1-3/+3
2009-07-27mac80211: fix mlme timeoutsJohannes Berg1-0/+2
2009-07-27cfg80211: increase scan result expire timeHelmut Schaa1-1/+1
2009-07-27mac80211: rename scan_state to next_scan_stateHelmut Schaa2-11/+11
2009-07-27mac80211: implement basic background scanningHelmut Schaa4-13/+148
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa9-29/+31
2009-07-27mac80211: introduce a new scan state "decision"Helmut Schaa2-15/+27
2009-07-27mac80211: advance the state machine immediately if no delay is neededHelmut Schaa1-9/+15
2009-07-27mac80211: refactor the scan codeHelmut Schaa1-58/+78
2009-07-27mac80211: allow using network namespacesJohannes Berg2-0/+2
2009-07-27cfg80211: make aware of net namespacesJohannes Berg7-95/+227
2009-07-27mac80211: cooperate more with network namespacesJohannes Berg3-47/+46
2009-07-27mac80211: do not queue work after suspend in the dynamic ps timerLuis R. Rodriguez1-1/+1
2009-07-27xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman2-0/+36
2009-07-27net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet1-1/+2
2009-07-27net/netlabel: Correct redundant testJulia Lawall1-4/+2
2009-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller4-9/+9
2009-07-27net: irda: init spinlock after memcpyDeepak Saxena1-0/+1
2009-07-27phonet: phonet_device_get() fixEric Dumazet1-1/+1
2009-07-26ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala1-2/+11
2009-07-26net/bridge: use kobject_put to release kobject in br_add_if error pathXiaotian Feng1-1/+1
2009-07-26NET: ROSE: Don't use static buffer.Ralf Baechle2-21/+20
2009-07-26phonet: Fix build.David S. Miller1-0/+1
2009-07-24mac80211: Fix regression in mesh forwarding path.Javier Cardona4-11/+20
2009-07-24mac80211: fix ieee80211_xmit call contextJohannes Berg1-0/+7
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg1-3/+0
2009-07-24mac80211: remove master netdevJohannes Berg12-392/+192
2009-07-24net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg1-0/+2
2009-07-24cfg80211: avoid setting default_key if add_key failsZhu Yi1-2/+6