| Commit message (Expand) | Author | Age | Files | Lines |
* | net: remove redundant sched/ in net/Makefile | Changli Gao | 2009-07-12 | 1 | -1/+0 |
* | udpv6: Handle large incoming UDP/IPv6 packets and support software UFO | Sridhar Samudrala | 2009-07-12 | 2 | -3/+110 |
* | udpv6: Remove unused skb argument of ipv6_select_ident() | Sridhar Samudrala | 2009-07-12 | 1 | -15/+3 |
* | udpv6: Fix gso_size setting in ip6_ufo_append_data | Sridhar Samudrala | 2009-07-12 | 1 | -3/+5 |
* | udpv6: Fix HW checksum support for outgoing UFO packets | Sridhar Samudrala | 2009-07-12 | 1 | -1/+47 |
* | udpv4: Handle large incoming UDP/IPv4 packets and support software UFO. | Sridhar Samudrala | 2009-07-12 | 2 | -1/+72 |
* | net: move and export get_net_ns_by_pid | Johannes Berg | 2009-07-12 | 2 | -20/+22 |
* | genetlink: make netns aware | Johannes Berg | 2009-07-12 | 5 | -50/+156 |
* | net: make namespace iteration possible under RCU | Johannes Berg | 2009-07-12 | 1 | -3/+11 |
* | netlink: use call_rcu for netlink_change_ngroups | Johannes Berg | 2009-07-12 | 1 | -4/+30 |
* | netlink: remove unused exports | Johannes Berg | 2009-07-12 | 1 | -2/+0 |
* | cfg80211: disallow configuring unsupported interfaces | Johannes Berg | 2009-07-10 | 1 | -2/+9 |
* | cfg80211: clean up naming once and for all | Johannes Berg | 2009-07-10 | 7 | -356/+356 |
* | cfg80211: fix locking | Johannes Berg | 2009-07-10 | 12 | -195/+804 |
* | cfg80211: fix MFP bug, sparse warnings | Johannes Berg | 2009-07-10 | 2 | -6/+6 |
* | cfg80211: properly name driver locking | Johannes Berg | 2009-07-10 | 4 | -49/+45 |
* | cfg80211: warn again on spurious deauth | Johannes Berg | 2009-07-10 | 1 | -6/+0 |
* | cfg80211: mlme API must be able to sleep | Johannes Berg | 2009-07-10 | 2 | -35/+42 |
* | cfg80211: fix netdev down problem | Johannes Berg | 2009-07-10 | 2 | -3/+4 |
* | mac80211: refactor the WEP code to be directly usable | Johannes Berg | 2009-07-10 | 2 | -33/+23 |
* | mac80211: rework MLME for multiple authentications | Johannes Berg | 2009-07-10 | 7 | -891/+750 |
* | mac80211: remove dead code from mlme | Johannes Berg | 2009-07-10 | 3 | -8/+1 |
* | cfg80211: let SME control reassociation vs. association | Johannes Berg | 2009-07-10 | 6 | -13/+25 |
* | rfkill: prep for rfkill API changes | Johannes Berg | 2009-07-10 | 1 | -2/+8 |
* | cfg80211: check for current_bss from giwrate | Samuel Ortiz | 2009-07-10 | 1 | -2/+5 |
* | mac80211: shorten the passive dwell time for sw scans | Helmut Schaa | 2009-07-10 | 1 | -1/+1 |
* | cfg80211: fix giwrange | Johannes Berg | 2009-07-10 | 1 | -4/+3 |
* | nl80211: limit to one pairwise cipher for associate() | Johannes Berg | 2009-07-10 | 1 | -4/+6 |
* | cfg80211: refuse authenticating to same BSSID twice | Johannes Berg | 2009-07-10 | 1 | -7/+15 |
* | cfg80211: keep track of BSSes | Johannes Berg | 2009-07-10 | 10 | -211/+567 |
* | cfg80211: assimilate and export ieee80211_bss_get_ie | Johannes Berg | 2009-07-10 | 2 | -22/+24 |
* | cfg80211: reset auth algorithm | Johannes Berg | 2009-07-10 | 1 | -0/+1 |
* | cfg80211: send events for userspace SME | Johannes Berg | 2009-07-10 | 1 | -26/+38 |
* | mac80211: remove dead code, clean up | Johannes Berg | 2009-07-10 | 5 | -264/+54 |
* | mac80211: remove auth algorithm retry | Johannes Berg | 2009-07-10 | 4 | -62/+4 |
* | mac80211: re-add HT disabling | Johannes Berg | 2009-07-10 | 1 | -1/+9 |
* | cfg80211: implement get_wireless_stats | Johannes Berg | 2009-07-10 | 2 | -68/+60 |
* | cfg80211: implement IWRATE | Johannes Berg | 2009-07-10 | 3 | -74/+108 |
* | cfg80211: implement IWAP for WDS | Johannes Berg | 2009-07-10 | 3 | -22/+61 |
* | cfg80211: implement iwpower | Johannes Berg | 2009-07-10 | 7 | -90/+114 |
* | cfg80211: managed mode wext compatibility | Johannes Berg | 2009-07-10 | 9 | -337/+590 |
* | cfg80211: emulate connect with auth/assoc | Johannes Berg | 2009-07-10 | 6 | -31/+469 |
* | cfg80211: connect/disconnect API | Samuel Ortiz | 2009-07-10 | 7 | -12/+620 |
* | mac80211: remove an unused function declaration | Johannes Berg | 2009-07-10 | 1 | -3/+0 |
* | cfg80211: introduce nl80211 testmode command | Johannes Berg | 2009-07-10 | 4 | -0/+168 |
* | wext: constify extra argument to wireless_send_event | Johannes Berg | 2009-07-10 | 1 | -1/+1 |
* | mac80211: tell SME about real auth state | Johannes Berg | 2009-07-10 | 1 | -1/+7 |
* | cfg80211: remove wireless_dev->bssid | Johannes Berg | 2009-07-10 | 1 | -10/+3 |
* | cfg80211: use proper allocation flags | Johannes Berg | 2009-07-10 | 8 | -59/+77 |
* | nl80211: clean up function definitions | Johannes Berg | 2009-07-10 | 1 | -29/+29 |