aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-13ipv4: speedup inet_dump_ifaddr()Eric Dumazet1-23/+38
2009-11-13igmp: Use next_net_device_rcu()Eric Dumazet1-16/+11
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet2-43/+37
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson4-7/+7
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-11-13sctp: Set socket source address when additing first transportVlad Yasevich1-1/+2
2009-11-13sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich1-5/+13
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich3-19/+22
2009-11-13nl80211: only allow adding stations to running vlan interfacesFelix Fietkau1-1/+3
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