summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller38-174/+1335
2008-10-07ipv4: add mc_count to in_device.Rami Rosen2-2/+6
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev5-16/+15
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev5-15/+13
2008-10-07netns: add stub functions for per/namespace mibs allocationDenis V. Lunev1-2/+16
2008-10-07netns: allow per device ipv6 snmp statistics in non-initial namespaceDenis V. Lunev1-3/+0
2008-10-07netns: register global ipv6 mibs statistics in each namespaceDenis V. Lunev1-2/+4
2008-10-07ipv6: separate seq_ops for global & per/device ipv6 statisticsDenis V. Lunev1-16/+32
2008-10-07ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.cDenis V. Lunev1-13/+13
2008-10-07netns: register /proc/net/dev_snmp6/* in each nsDenis V. Lunev1-24/+16
2008-10-07netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev2-9/+15
2008-10-07tcp: cleanup messy initializerIlpo Järvinen1-2/+2
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen5-19/+24
2008-10-07net: packet split receive apiPeter Zijlstra2-0/+43
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra5-5/+10
2008-10-07ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()Peter Zijlstra2-8/+9
2008-10-07ipv6: clean up ip6_route_net_init() error handlingPeter Zijlstra1-9/+10
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian5-13/+41
2008-10-07inet: Add udplib_lookup_skb() helpersKOVACS Krisztian2-4/+24
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo6-14/+31
2008-10-06mac80211: avoid "Wireless Event too big" message for assoc responseJohn W. Linville1-3/+5
2008-10-06iwlwifi: remove STATUS_CONF_PENDING in scanningTomas Winkler3-32/+22
2008-10-06iwlwifi: scan fix commentTomas Winkler1-1/+2
2008-10-06iwlwifi: scan correct setting of valid rx_chainsTomas Winkler1-1/+1
2008-10-06mac80211: add the 'minstrel' rate control algorithmFelix Fietkau7-0/+868
2008-10-06ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau3-26/+95
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau7-14/+39
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau10-21/+29
2008-10-06rfkill: update LEDs for all state changesHenrique de Moraes Holschuh1-3/+2
2008-10-06rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.Gertjan van Wingerde1-2/+7
2008-10-06mac80211: remove redundant check in ieee80211_master_start_xmit (net/mac80211...Rami Rosen1-10/+8
2008-10-06p54: report appropriate rate and band values for 802.11aChristian Lamparter1-2/+3
2008-10-06wireless: fix typo in Kconfig.Davide Pesavento1-1/+1
2008-10-06ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez6-25/+197
2008-10-06ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez1-1/+1
2008-10-06ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez5-22/+19
2008-10-06mac80211: remove shadowed variables in ieee80211_master_start_xmitTomas Winkler1-4/+1
2008-10-06wireless: restore revert lost to merge damageLinus Torvalds1-8/+39
2008-10-06ath9k: fixup some merge damageJohn W. Linville1-2/+0
2008-10-06tcp: Respect SO_RCVLOWAT in tcp_poll().David S. Miller1-4/+8
2008-10-06pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski1-16/+5
2008-10-06pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski2-5/+18
2008-10-05xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard7-37/+154
2008-10-05Phonet: pipe end-point protocol documentationRémi Denis-Courmont1-0/+54
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont8-16/+550
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont3-19/+52
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont5-2/+1031
2008-10-05Phonet: connected sockets glueRémi Denis-Courmont2-0/+140
2008-10-05Phonet: modules auto-loading supportRémi Denis-Courmont1-3/+9
2008-10-05netdrv: Fix unregister_netdev typosHerbert Xu2-2/+2