aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-13mac80211: fix broadcast frame handling for 4-addr AP VLANsFelix Fietkau1-1/+1
2009-11-13cfg80211: return channel noise via survey APIHolger Schurig1-0/+105
2009-11-13cfg80211: introduce nl80211_get_ifidx()Holger Schurig1-43/+33
2009-11-13mac80211: update copyrights to 2009Rui Paulo5-5/+5
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo5-0/+29
2009-11-13mac80211: implement a timer to send RANN action framesRui Paulo4-0/+54
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo7-133/+136
2009-11-13mac80211: add the DS params to the beaconRui Paulo1-0/+7
2009-11-13mac80211: fix BSSID setup for beacon framesRui Paulo1-1/+1
2009-11-13mac80211: set the AID field correctly for mesh peer framesRui Paulo1-1/+2
2009-11-13mac80211: properly forward the RANN IERui Paulo1-1/+3
2009-11-13mac80211: update PERR frame formatRui Paulo3-13/+60
2009-11-13mac80211: implement RANN processing and forwardingRui Paulo3-8/+76
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-2/+2
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2-7/+34
2009-11-13tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen1-7/+12
2009-11-13ieee802154: make wpan-phy class registration to subsys_initcallDmitry Eremin-Solenikov1-1/+1
2009-11-11net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann2-220/+175
2009-11-11net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann1-45/+72
2009-11-11decnet: convert dndev_lock to spinlockstephen hemminger1-7/+12
2009-11-11decnet: add RTNL lock when reading address liststephen hemminger1-0/+4
2009-11-11netdev: fold name hash properly (v3)stephen hemminger1-1/+2
2009-11-11skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov1-0/+3
2009-11-11ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller1-1/+1
2009-11-11mac80211: fix max HT rate processing on mac80211Luis R. Rodriguez1-3/+15
2009-11-11mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau7-12/+99
2009-11-11nl80211: add a parameter for using 4-address frames on virtual interfacesFelix Fietkau1-0/+11
2009-11-11mac80211: improve peer link management debuggingRui Paulo1-2/+13
2009-11-11mac80211: improve HWMP debuggingRui Paulo1-6/+5
2009-11-11mac80211: allow processing of more than one HWMP IERui Paulo1-22/+25
2009-11-11mac80211: add MAC80211_VERBOSE_MHWMP_DEBUGRui Paulo2-4/+28
2009-11-11mac80211: update the format of path selection framesRui Paulo2-1/+2
2009-11-11mac80211: update peer link management IE and action framesRui Paulo4-18/+20
2009-11-11mac80211: fix typo in a commentRui Paulo1-1/+1
2009-11-11mac80211: implement the meshconf formation info fieldRui Paulo2-3/+8
2009-11-11mac80211: set MESH_TTL to 31Rui Paulo1-1/+1
2009-11-11mac80211: update meshconf IERui Paulo2-45/+34
2009-11-10CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-10IPV4: use rcu to walk list of devices in IGMPstephen hemminger1-8/+10
2009-11-10decnet: use RCU to find network devicesstephen hemminger1-8/+6
2009-11-10net: use rcu for network scheduler APIstephen hemminger1-3/+4
2009-11-10vlan: eliminate use of dev_base_lockstephen hemminger1-7/+6
2009-11-10IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-10sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-10ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-10net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov3-3/+3
2009-11-10udp: bind() optimisationEric Dumazet2-15/+72
2009-11-10Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont1-17/+12
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont2-25/+55