aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-23mac80211: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-23mac80211: fix rcu lockingJohannes Berg1-1/+3
2009-11-23mac80211: remove dead struct memberJohannes Berg1-1/+0
2009-11-19mac80211: fix endianess on mesh_path_error_tx() callsRui Paulo1-2/+2
2009-11-19mac80211: add per-station HT capability fileJohannes Berg1-0/+29
2009-11-19mac80211: avoid spurious deauth frames/messagesJohannes Berg2-11/+42
2009-11-19mac80211: request TX status where neededJohannes Berg1-2/+2
2009-11-19cfg80211: disallow bridging managed/adhoc interfacesJohannes Berg4-4/+47
2009-11-19cfg80211: introduce capability for 4addr modeJohannes Berg8-30/+71
2009-11-19cfg80211: convert bools into flagsJohannes Berg5-18/+18
2009-11-18mac80211: update cfg80211 scan result code for the updated mesh conf IERui Paulo1-13/+18
2009-11-18mac80211: use a structure to hold the mesh config information elementRui Paulo4-23/+16
2009-11-18mac80211: move TX status handlingJohannes Berg4-337/+351
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg12-24/+27
2009-11-18rfkill: Add constant for RFKILL_TYPE_FM radio devicesMarcel Holtmann1-1/+3
2009-11-18cfg80211: re-join IBSS when privacy changesJohannes Berg3-11/+44
2009-11-18mac80211: Fix panic in aggregation handlingSujith1-0/+2
2009-11-18cfg80211: Allow reassociation in associated stateJouni Malinen1-2/+18
2009-11-18mac80211: make software rate control optionalJohannes Berg5-13/+42
2009-11-18mac80211: use fixed broadcast addressJohannes Berg6-19/+27
2009-11-18mac80211: remove dev_hold/put callsJohannes Berg1-11/+5
2009-11-18mac80211: improve rate handlingJohannes Berg2-18/+18
2009-11-18mac80211: trim RX dataJohannes Berg4-54/+61
2009-11-18mac80211: cleanup reorder buffer handlingJohannes Berg1-81/+81
2009-11-18mac80211: push michael MIC report after DA checkJohannes Berg1-24/+23
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg7-72/+58
2009-11-18mac80211: let sta_info_get_by_idx get sta by sdataJohannes Berg3-7/+8
2009-11-18mac80211: reduce the amount of unnecessary traffic on cooked monitor interfacesFelix Fietkau1-0/+5
2009-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller17-291/+742
2009-11-18Phonet: convert devices list to RCURémi Denis-Courmont2-25/+44
2009-11-18net: device name allocation cleanupsOctavian Purdila1-45/+24
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet9-9/+9
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet2-37/+60
2009-11-18ipv4: factorize cache clearing for batched unregister operationsOctavian Purdila1-5/+6
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila1-2/+27
2009-11-17vlan: Precise RX stats accountingEric Dumazet3-11/+65
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet1-19/+29
2009-11-17act_mirred: optimization.Changli Gao1-31/+29
2009-11-17act_mirred: cleanupChangli Gao1-26/+33
2009-11-17Phonet: missing rcu_dereference()Rémi Denis-Courmont1-1/+1
2009-11-17netlink: remove subscriptions check on notifierJohannes Berg1-1/+1
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-42/+68
2009-11-16mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen1-1/+0
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-11-15remove deprecated and not used: print_mac()Marin Mitov1-7/+0
2009-11-15vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet1-2/+2
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski2-35/+5
2009-11-15net: check the return value of ndo_select_queue()Eric Dumazet1-0/+15
2009-11-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2-4/+10
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan1-3/+8