summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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/linvil...David S. Miller3-10/+28
2009-07-29mac80211: fix suspendJohannes Berg2-9/+27
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/low...David 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
2009-07-24cfg80211: fix typo of IWEVASSOCRESPIEZhu Yi1-2/+2
2009-07-24cfg80211: set_default_key only for WEPZhu Yi1-1/+2
2009-07-24mac80211: fix spare warnings in driver-trace.hChristian Lamparter1-2/+2
2009-07-24mac80211: do not monitor the connection while scanningChristian Lamparter1-0/+3
2009-07-24cfg80211: don't optimise wext calls too muchJohannes Berg1-19/+21
2009-07-24cfg80211: remove WARN_ON in __cfg80211_sme_scan_doneZhu Yi1-1/+1
2009-07-24cfg80211: treat ieee80211_regdom hints as user hintsLuis R. Rodriguez1-16/+9
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez3-31/+31
2009-07-24mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez2-8/+6
2009-07-24mac80211: drop frames for sta with no valid rateLuis R. Rodriguez1-0/+20
2009-07-24cfg80211: fix unregistrationJohannes Berg1-5/+5
2009-07-24mac80211: cancel the connection monitor timers/workJohannes Berg2-3/+8
2009-07-24cfg80211: fix disabling WPA via wext (SIOCSIWAUTH)Gábor Stefanik1-1/+11
2009-07-24cfg80211: fix more bugs in mlme handlingJohannes Berg1-5/+3
2009-07-24nl80211: report BSS statusJohannes Berg1-17/+48
2009-07-24cfg80211: fix wext setting SSIDJohannes Berg1-1/+1
2009-07-24cfg80211: don't look at wdev->ssid for giwessidJohannes Berg1-5/+1
2009-07-24cfg80211: fix wext statsJohannes Berg1-4/+9
2009-07-24mac80211: mesh: fix two small problemsJohannes Berg2-4/+7
2009-07-24cfg80211: fix a locking bugJohannes Berg1-2/+2
2009-07-24mac80211: monitor the connectionJohannes Berg3-72/+227
2009-07-24mac80211: fix multi-use timerJohannes Berg1-7/+33
2009-07-24cfg80211: fix NULL dereference in IBSS SIOCGIWAPZhu Yi1-1/+4
2009-07-24cfg80211: rework key operationJohannes Berg15-160/+532
2009-07-24nl80211: introduce new key attributesJohannes Berg1-47/+156