summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* neigh: Convert garbage collection from softirq to workqueueEric Dumazet2009-08-031-46/+43Star
* IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder2009-08-0320-147/+145Star
* inet6: functions shadow global variableGerrit Renker2009-08-021-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-3126-561/+846
|\
| * cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-2912-106/+53Star
| * cfg80211: combine IWESSID handlersJohannes Berg2009-07-295-41/+48
| * cfg80211: combine IWAP handlersJohannes Berg2009-07-295-55/+58
| * cfg80211: combine iwfreq implementationsJohannes Berg2009-07-297-80/+83
| * mac80211: verify info->control.vif is not NULLJohannes Berg2009-07-292-0/+18
| * cfg80211: fix disassoc while not associatedJohannes Berg2009-07-291-0/+6
| * mac80211: fix an oops in ieee80211_scan_state_set_channelHelmut Schaa2009-07-291-1/+4
| * nl80211: add missing parameter clearingJohannes Berg2009-07-291-0/+2
| * mac80211: fix receiving deauthJohannes Berg2009-07-291-4/+17
| * cfg80211: fix circular lock dependency (1)Johannes Berg2009-07-291-3/+3
| * mac80211: fix oops due to missing private dataLuis R. Rodriguez2009-07-271-2/+4
| * mac80211: fix PS-poll response, raceJohannes Berg2009-07-273-36/+7Star
| * mac80211: fix MLME issuing of probe requests while scanningLuis R. Rodriguez2009-07-271-3/+3
| * mac80211: fix mlme timeoutsJohannes Berg2009-07-271-0/+2
| * cfg80211: increase scan result expire timeHelmut Schaa2009-07-271-1/+1
| * mac80211: rename scan_state to next_scan_stateHelmut Schaa2009-07-272-11/+11
| * mac80211: implement basic background scanningHelmut Schaa2009-07-274-13/+148
| * mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa2009-07-279-29/+31
| * mac80211: introduce a new scan state "decision"Helmut Schaa2009-07-272-15/+27
| * mac80211: advance the state machine immediately if no delay is neededHelmut Schaa2009-07-271-9/+15
| * mac80211: refactor the scan codeHelmut Schaa2009-07-271-58/+78
| * mac80211: allow using network namespacesJohannes Berg2009-07-272-0/+2
| * cfg80211: make aware of net namespacesJohannes Berg2009-07-277-95/+227
| * mac80211: cooperate more with network namespacesJohannes Berg2009-07-273-47/+46Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-319-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-271-1/+1
| * | NET: ROSE: Don't use static buffer.Ralf Baechle2009-07-272-21/+20Star
* | | xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-314-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/+0Star
* | | 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/+2Star
* | | 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-271-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