summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-05mv643xx_eth: Define module alias for platform deviceMartin Michlmayr1-0/+1
2008-03-05de2104x: remove BUG_ON() when changing media typeOndrej Zary1-1/+2
2008-03-05dm9161: add configuration for MII/RMIIfrederic Rodo1-3/+14
2008-03-05[IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger1-2/+2
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller7-73/+70
2008-03-05b43legacy: Fix module init messageMichael Buesch1-1/+1
2008-03-05rndis_wlan: fix broken data copyJussi Kivilinna1-5/+3
2008-03-05libertas: compare the current command with responseSebastian Siewior1-3/+1
2008-03-05libertas: fix sanity check on sequence number in command responseDavid Woodhouse1-2/+2
2008-03-05p54: fix eeprom parser length sanity checksJohannes Berg1-7/+11
2008-03-05p54: fix EEPROM structure endiannessJohannes Berg2-5/+5
2008-03-05ssb: Add pcibios_enable_device() return value checkYoichi Yuasa1-1/+4
2008-03-05rc80211-pid: fix rate adjustmentStefano Brivio1-49/+43
2008-03-05[ESP]: Add select on AUTHENCHerbert Xu2-2/+2
2008-03-05[TCP]: Improve ipv4 established hash function.David S. Miller1-1/+2
2008-03-05[TCP]: TCP cubic v2.2Sangtae Ha1-27/+8
2008-03-05[NETNS][IPV6] route6 - Make ip6_dst_gc simplerDaniel Lezcano1-9/+13
2008-03-05[NETNS][IPV6] route6 - make garbage collection work with multiple network nam...Benjamin Thery2-11/+14
2008-03-05[NETNS][IPV6] route6 - move ip6_dst_ops inside the network namespaceBenjamin Thery2-31/+32
2008-03-05[NETNS][IPV6] route6 - dynamically allocate ip6_dst_opsDaniel Lezcano1-18/+29
2008-03-05[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceDaniel Lezcano6-108/+171
2008-03-05[NETNS][IPV6] rt6_info - make rt6_info accessed as a pointerDaniel Lezcano5-40/+78
2008-03-05[NETNS][IPV6] route6 - make route6 per namespaceDaniel Lezcano3-51/+54
2008-03-05[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt...Daniel Lezcano3-4/+4
2008-03-05[NETNS][IPV6] route6 - Pass network namespace to rt6_add_route_info and rt6_g...Daniel Lezcano1-8/+17
2008-03-05[NETNS][IPV6] route6 - Make proc entry /proc/net/rt6_stats per namespaceDaniel Lezcano1-8/+18
2008-03-05[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano7-15/+16
2008-03-05[NETNS][IPV6] route6 - create route6 proc files for the namespaceDaniel Lezcano1-43/+27
2008-03-04[NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2-7/+12
2008-03-04[AF_KEY]: Dump SA/SP entries non-atomicallyTimo Teras1-29/+91
2008-03-04[TIPC]: Convert tsock->sem in a mutexMatthias Kaehlcke1-28/+28
2008-03-04[NETNS][IPV6] rt6_stats - make the stats per network namespaceBenjamin Thery4-23/+23
2008-03-04[NETNS][IPV6] rt6_stats - dynamically allocate the routes statisticsDaniel Lezcano3-12/+20
2008-03-04[NETNS][IPV6] fib6_rules - handle several network namespacesDaniel Lezcano2-36/+47
2008-03-04[NETNS][IPV6] fib6 rule - dynamic allocation of the rules struct opsDaniel Lezcano1-9/+17
2008-03-04[NETNS][IPV6] ip6_fib - clean node use namespaceBenjamin Thery1-10/+15
2008-03-04[NETNS][IPV6] ip6_fib - gc timer per namespaceDaniel Lezcano4-30/+34
2008-03-04[NETNS][IPV6] ip6_fib - dynamically allocate gc-timerDaniel Lezcano1-12/+21
2008-03-04[NETNS][IPV6] ip6_fib - add net to gc timer parameterDaniel Lezcano4-14/+26
2008-03-04[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano5-14/+29
2008-03-04[NETNS][IPV6] ip6_fib - make it per network namespaceDaniel Lezcano5-86/+119
2008-03-04[NETNS][IPV6] ip6_fib - dynamically allocate the fib tablesDaniel Lezcano1-23/+48
2008-03-04[IPV6] MCAST: Use standard path for sending MLD/MLDv2 messages.YOSHIFUJI Hideaki1-21/+45
2008-03-04[IPV6]: Make ndisc_dst_alloc() common for later use.YOSHIFUJI Hideaki4-20/+19
2008-03-04[IPV6]: Make ndisc_flow_init() common for later use.YOSHIFUJI Hideaki3-19/+28
2008-03-04[IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki7-18/+12
2008-03-04[NET] NEIGHBOUR: Remove unpopular neigh_is_connected().YOSHIFUJI Hideaki2-7/+1
2008-03-04[IPV6]: Use htonl() instead of __constant_htonl() where appricable.YOSHIFUJI Hideaki1-10/+6
2008-03-04[IPV6] SYSCTL: complete initialization for sysctl table in subsystem code.YOSHIFUJI Hideaki3-14/+19
2008-03-04[IPV6]: Move packet_type{} related bits to af_inet6.c.YOSHIFUJI Hideaki3-126/+123