summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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/ne...David 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-16remove deprecated and not used: print_mac()Marin Mitov1-7/+0
2009-11-16vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet1-2/+2
2009-11-16net: Optimize hard_start_xmit() return checkingJarek Poplawski2-35/+5
2009-11-16net: check the return value of ndo_select_queue()Eric Dumazet1-0/+15
2009-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2-4/+10
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan1-3/+8
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan1-1/+1
2009-11-16Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko1-0/+1
2009-11-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller1-1/+1
2009-11-14Phonet: convert routing table to RCURémi Denis-Courmont1-25/+34
2009-11-14Phonet: put protocols array under RCURémi Denis-Courmont1-9/+11
2009-11-14iucv: add work_queue cleanup for suspendUrsula Braun1-3/+13
2009-11-14inetpeer: Optimize inet_getid()Eric Dumazet3-13/+10
2009-11-14ipv6: speedup inet6_dump_addr()Eric Dumazet1-74/+97
2009-11-14ipv4: speedup inet_dump_ifaddr()Eric Dumazet1-23/+38
2009-11-14igmp: Use next_net_device_rcu()Eric Dumazet1-16/+11
2009-11-14ipv6: use RCU to walk list of network devicesEric Dumazet2-43/+37
2009-11-14net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson4-7/+7
2009-11-14ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-11-14sctp: Set socket source address when additing first transportVlad Yasevich1-1/+2
2009-11-14sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich1-5/+13
2009-11-14sctp: Set source addresses on the association before adding transportsVlad Yasevich3-19/+22
2009-11-14nl80211: only allow adding stations to running vlan interfacesFelix Fietkau1-1/+3
2009-11-14mac80211: fix broadcast frame handling for 4-addr AP VLANsFelix Fietkau1-1/+1
2009-11-14cfg80211: return channel noise via survey APIHolger Schurig1-0/+105
2009-11-14cfg80211: introduce nl80211_get_ifidx()Holger Schurig1-43/+33
2009-11-14mac80211: update copyrights to 2009Rui Paulo5-5/+5
2009-11-14mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo5-0/+29
2009-11-14mac80211: implement a timer to send RANN action framesRui Paulo4-0/+54
2009-11-14mac80211: replace "destination" with "target" to follow the specRui Paulo7-133/+136
2009-11-14mac80211: add the DS params to the beaconRui Paulo1-0/+7
2009-11-14mac80211: fix BSSID setup for beacon framesRui Paulo1-1/+1
2009-11-14mac80211: set the AID field correctly for mesh peer framesRui Paulo1-1/+2
2009-11-14mac80211: properly forward the RANN IERui Paulo1-1/+3
2009-11-14mac80211: update PERR frame formatRui Paulo3-13/+60
2009-11-14mac80211: implement RANN processing and forwardingRui Paulo3-8/+76
2009-11-14vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-2/+2
2009-11-14net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2-7/+34
2009-11-14tcp: 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-12net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann2-220/+175
2009-11-12net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann1-45/+72
2009-11-12decnet: convert dndev_lock to spinlockstephen hemminger1-7/+12