summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | dccp: missing destroy of percpu counter variable while unload moduleWei Yongjun2009-08-051-0/+1
| |/ / / / / /
| * | | | | / net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar2009-08-051-2/+0
| | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-033-6/+10
| |\ \ \ \ \
| | * | | | | cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2009-08-032-5/+7
| | * | | | | cfg80211: add two missing NULL pointer checksJohannes Berg2009-08-031-1/+3
| * | | | | | bluetooth: rfcomm_init bug fixDave Young2009-08-032-9/+20
| |/ / / / /
| * | | | | net: restore the original spinlock to protect unicast listJiri Pirko2009-08-021-9/+16
| * | | | | net: net_assign_generic() fixEric Dumazet2009-08-021-1/+1
* | | | | | net: Avoid enqueuing skb for default qdiscsKrishna Kumar2009-08-062-49/+92
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-0620-183/+349
|\ \ \ \ \ \
| * | | | | | mac80211: FIF_PSPOLL filter flagIgor Perminov2009-08-043-3/+20
| * | | | | | cfg80211: clear SSID on disconnect/no connectionJohannes Berg2009-08-041-0/+4
| * | | | | | rfkill: add the GPS radio typeTomas Winkler2009-08-041-1/+3
| * | | | | | mac80211: Increase timeouts for station pollingMaxim Levitsky2009-08-041-2/+2
| * | | | | | mac80211: Retry probe request few timesMaxim Levitsky2009-08-042-12/+31
| * | | | | | cfg80211: lower dynamic PS timeout to 100msJohannes Berg2009-08-041-1/+1
| * | | | | | cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez2009-08-044-10/+33
| * | | | | | cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2009-08-042-12/+38
| * | | | | | cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez2009-08-041-42/+9
| * | | | | | cfg80211: use goto out on country IE reg hint failureLuis R. Rodriguez2009-08-041-4/+2
| * | | | | | mac80211: fix powersaveJohannes Berg2009-08-041-7/+6
| * | | | | | cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg2009-08-041-4/+11
| * | | | | | mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-0411-49/+92
| * | | | | | mac80211: fix sparse warnings/errorsJohannes Berg2009-08-042-2/+5
| * | | | | | cfg80211: keep track of current_bss for userspace SMEJohannes Berg2009-08-044-33/+51
| * | | | | | mac80211: disable beacons before removing the associated interfaceBob Copeland2009-08-043-1/+16
| * | | | | | wext: remove extra return on wireless_nlevent_init()Luis R. Rodriguez2009-08-041-1/+0
| * | | | | | mac80211: disable software retry for nowJohannes Berg2009-08-041-0/+26
* | | | | | | net/rds: Use AF_INET for sin_family fieldJulia Lawall2009-08-051-1/+1
* | | | | | | net: implement a SO_DOMAIN getsockoptionJan Engelhardt2009-08-051-0/+5
* | | | | | | net: implement a SO_PROTOCOL getsockoptionJan Engelhardt2009-08-051-0/+5
* | | | | | | net: mark read-only arrays as constJan Engelhardt2009-08-0530-58/+63
* | | | | | | xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller2009-08-041-1/+6
* | | | | | | xfrm4: fix build when SYSCTLs are disabledRandy Dunlap2009-08-041-0/+6
|/ / / / / /
* | | | | | neigh: Convert garbage collection from softirq to workqueueEric Dumazet2009-08-021-46/+43
* | | | | | IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder2009-08-0220-147/+145
* | | | | | 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-3026-561/+846
|\ \ \ \ \ \
| * | | | | | cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-2912-106/+53
| * | | | | | 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/+7