summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller2009-11-151-1/+1
|\
| * ieee802154: make wpan-phy class registration to subsys_initcallDmitry Eremin-Solenikov2009-11-121-1/+1
* | Phonet: convert routing table to RCURémi Denis-Courmont2009-11-141-25/+34
* | Phonet: put protocols array under RCURémi Denis-Courmont2009-11-141-9/+11
* | iucv: add work_queue cleanup for suspendUrsula Braun2009-11-141-3/+13
* | inetpeer: Optimize inet_getid()Eric Dumazet2009-11-143-13/+10Star
* | ipv6: speedup inet6_dump_addr()Eric Dumazet2009-11-141-74/+97
* | ipv4: speedup inet_dump_ifaddr()Eric Dumazet2009-11-141-23/+38
* | igmp: Use next_net_device_rcu()Eric Dumazet2009-11-141-16/+11Star
* | ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-142-43/+37Star
* | net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-144-7/+7
* | vlan/macvlan: propagate transmission state to upper layersPatrick McHardy2009-11-131-2/+2
* | net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-132-7/+34
* | net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann2009-11-122-220/+175Star
* | net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann2009-11-121-45/+72
* | decnet: convert dndev_lock to spinlockstephen hemminger2009-11-121-7/+12
* | decnet: add RTNL lock when reading address liststephen hemminger2009-11-121-0/+4
* | netdev: fold name hash properly (v3)stephen hemminger2009-11-121-1/+2
* | skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov2009-11-121-0/+3
* | ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller2009-11-121-1/+1
* | CAN: use dev_get_by_index_rcustephen hemminger2009-11-111-3/+3
* | IPV4: use rcu to walk list of devices in IGMPstephen hemminger2009-11-111-8/+10
* | decnet: use RCU to find network devicesstephen hemminger2009-11-111-8/+6Star
* | net: use rcu for network scheduler APIstephen hemminger2009-11-111-3/+4
* | vlan: eliminate use of dev_base_lockstephen hemminger2009-11-111-7/+6Star
* | IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-111-1/+1
* | sit: Clean up DF code by copying from IPIPHerbert Xu2009-11-111-21/+21
* | ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet2009-11-111-0/+6
* | ipv6: speedup inet6_dump_ifinfo()Eric Dumazet2009-11-111-17/+28
* | net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov2009-11-113-3/+3
* | udp: bind() optimisationEric Dumazet2009-11-112-15/+72
* | Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont2009-11-111-17/+12Star
* | Phonet: put sockets in a hash tableRémi Denis-Courmont2009-11-112-25/+55
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-0926-699/+466Star
|\ \
| * | mac80211: async station powersave handlingJohannes Berg2009-11-066-85/+168
| * | mac80211: fix internal scan requestJohannes Berg2009-11-051-0/+1
| * | mac80211: Fix IBSS mergeSujith2009-11-051-0/+4
| * | mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-051-2/+16
| * | cfg80211: remove dead variableJohannes Berg2009-11-051-2/+0Star
| * | cfg80211: validate scan channelsJohannes Berg2009-11-023-18/+35
| * | cfg80211: Fix WEXT compat siwauth wpa and group cipherJouni Malinen2009-11-021-4/+2Star
| * | mac80211: fix scan abort sanity checksJohannes Berg2009-11-021-4/+8
| * | mac80211: make CALL_TXH a statementJohannes Berg2009-11-021-16/+18
| * | mac80211: remove bogus codeJohannes Berg2009-10-301-7/+0Star
| * | mac80211: remove sent_ps_bufferedJohannes Berg2009-10-302-6/+3Star
| * | mac80211: also drop qos-nullfunc frames silentlyJohannes Berg2009-10-301-5/+10
| * | mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIMJohannes Berg2009-10-301-4/+3Star
| * | mac80211: deprecate qual valueJohannes Berg2009-10-303-5/+0Star
| * | mac80211: introduce ieee80211_beacon_get_tim()Johannes Berg2009-10-301-3/+14
| * | mac80211: make align adjustment code support paged SKBZhu Yi2009-10-301-4/+4