aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-309-34/+54
|\
| * ipv4: ARP neigh procfs buffer overflowroel kluin2009-07-301-1/+3
| * net/netlabel: Add kmalloc NULL testsJulia Lawall2009-07-301-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-303-10/+28
| |\
| | * mac80211: fix suspendJohannes Berg2009-07-292-9/+27
| | * mac80211: do not queue work after suspend in the dynamic ps timerLuis R. Rodriguez2009-07-271-1/+1
| * | net: irda: init spinlock after memcpyDeepak Saxena2009-07-271-0/+1
| |/
| * net/bridge: use kobject_put to release kobject in br_add_if error pathXiaotian Feng2009-07-261-1/+1
| * NET: ROSE: Don't use static buffer.Ralf Baechle2009-07-262-21/+20
* | xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-304-13/+33
* | IPVS: use pr_fmtHannes Eder2009-07-3023-4/+74
* | vlan: allow creating vlan when real device is not upStephen Hemminger2009-07-301-6/+0
* | xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman2009-07-272-0/+36
* | net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet2009-07-271-1/+2
* | net/netlabel: Correct redundant testJulia Lawall2009-07-271-4/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2009-07-274-9/+9
|\ \
| * | ieee802154: move headers out of extra directoryDmitry Eremin-Solenikov2009-07-234-9/+9
* | | phonet: phonet_device_get() fixEric Dumazet2009-07-271-1/+1
* | | ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala2009-07-261-2/+11
* | | phonet: Fix build.David S. Miller2009-07-261-0/+1
* | | mac80211: Fix regression in mesh forwarding path.Javier Cardona2009-07-244-11/+20
* | | mac80211: fix ieee80211_xmit call contextJohannes Berg2009-07-241-0/+7
* | | net: remove unused skb->do_not_encryptJohannes Berg2009-07-241-3/+0
* | | mac80211: remove master netdevJohannes Berg2009-07-2412-392/+192
* | | net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg2009-07-241-0/+2
* | | cfg80211: avoid setting default_key if add_key failsZhu Yi2009-07-241-2/+6
* | | cfg80211: fix typo of IWEVASSOCRESPIEZhu Yi2009-07-241-2/+2
* | | cfg80211: set_default_key only for WEPZhu Yi2009-07-241-1/+2
* | | mac80211: fix spare warnings in driver-trace.hChristian Lamparter2009-07-241-2/+2
* | | mac80211: do not monitor the connection while scanningChristian Lamparter2009-07-241-0/+3
* | | cfg80211: don't optimise wext calls too muchJohannes Berg2009-07-241-19/+21
* | | cfg80211: remove WARN_ON in __cfg80211_sme_scan_doneZhu Yi2009-07-241-1/+1
* | | cfg80211: treat ieee80211_regdom hints as user hintsLuis R. Rodriguez2009-07-241-16/+9
* | | mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez2009-07-243-31/+31
* | | mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez2009-07-242-8/+6
* | | mac80211: drop frames for sta with no valid rateLuis R. Rodriguez2009-07-241-0/+20
* | | cfg80211: fix unregistrationJohannes Berg2009-07-241-5/+5
* | | mac80211: cancel the connection monitor timers/workJohannes Berg2009-07-242-3/+8
* | | cfg80211: fix disabling WPA via wext (SIOCSIWAUTH)Gábor Stefanik2009-07-241-1/+11
* | | cfg80211: fix more bugs in mlme handlingJohannes Berg2009-07-241-5/+3
* | | nl80211: report BSS statusJohannes Berg2009-07-241-17/+48
* | | cfg80211: fix wext setting SSIDJohannes Berg2009-07-241-1/+1
* | | cfg80211: don't look at wdev->ssid for giwessidJohannes Berg2009-07-241-5/+1
* | | cfg80211: fix wext statsJohannes Berg2009-07-241-4/+9
* | | mac80211: mesh: fix two small problemsJohannes Berg2009-07-242-4/+7
* | | cfg80211: fix a locking bugJohannes Berg2009-07-241-2/+2
* | | mac80211: monitor the connectionJohannes Berg2009-07-243-72/+227
* | | mac80211: fix multi-use timerJohannes Berg2009-07-241-7/+33
* | | cfg80211: fix NULL dereference in IBSS SIOCGIWAPZhu Yi2009-07-241-1/+4
* | | cfg80211: rework key operationJohannes Berg2009-07-2415-160/+532