safe/jmp/linux-2.6
2008-04-17 Sergei Shtylyovnatsemi: fix MMIO for PPC 44x platforms
2008-04-17 Joe Perchese1000: convert uint16_t style integers to u16
2008-04-17 Joe Perchesixgb: convert uint16_t style integers to u16
2008-04-17 Denys Vlasenkosb1000.c: make const arrays static
2008-04-17 Denys Vlasenkosb1000.c: stop inlining largish static functions
2008-04-17 Adrian Bunk#if 0 netxen_nic_link_ok()
2008-04-17 Adrian Bunkmake netxen_workq static
2008-04-17 Ursula Braunqeth: keep ip-address after LAN_OFFLINE failure
2008-04-17 Frank Blaschkaqeth: core code should alloc headroom for LLC protocol
2008-04-17 Peter Tiedemannqeth: improving debug message handling
2008-04-17 Frank Blaschkaqeth: layer 3 do not allow to change mac address
2008-04-17 Ursula Braunqeth: CCL-sequence numbers required for protocol ETH_P_...
2008-04-17 Ursula Braunqeth: set lan_online flag after a received STARTLAN
2008-04-17 Ursula Braunqeth: allow qdio queue element addresses > 2GB
2008-04-17 Ursula Braunqeth: improve ip_list administration after deregister...
2008-04-17 Bruce Allane1000e: reformat register test code, fix some minor...
2008-04-17 Jeff Kirshere1000e: rename a few functions
2008-04-17 Jeff Kirshere1000e: Make arrays out of these Rx/Tx registers
2008-04-17 Jeff Kirshere1000e: limit EEPROM size accesses
2008-04-17 Stephen Hemmingersc92031: use netdev_alloc_skb
2008-04-17 Stephen Hemmingersc92031: start transmit return value bugfix
2008-04-17 Stephen Hemmingersc92031: use net_device stats
2008-04-17 Peter Horton[netdrvr] tulip: Better MWI workaround for 21143 rev...
2008-04-17 Jeff Garzik[netdrvr] tulip/winbond-840: don't let tulip.h symbol...
2008-04-17 Joe Perchesdrivers/net/bonding/bond_main.c - remove unnecessary...
2008-04-17 Andy Flemingphy: Clean up header style
2008-04-17 Andy Flemingphy: Change mii_bus id field to a string
2008-04-17 Dai Harukigianfar: Support NAPI for TX Frames
2008-04-17 Ishizaki Kouspidernet: revise link status logging
2008-04-17 Ishizaki Kouspidernet: fix error interrupt handling
2008-04-17 Ishizaki Kouspidernet: change interrupt masks
2008-04-17 Ishizaki Kouspidernet: increase auto-negotiation timeout to 5 seconds
2008-04-17 Ishizaki Kouspidernet: add missing initialization
2008-04-17 Atsushi Nemototc35815: Whitespace cleanup
2008-04-17 Atsushi Nemototc35815: Use generic PHY layer
2008-04-17 Atsushi Nemototc35815: Use managed pci iomap helper
2008-04-17 Atsushi Nemototc35815: Use netdev_priv()
2008-04-17 Atsushi Nemototc35815: Use print_mac() helper
2008-04-17 Atsushi Nemototc35815: Statistics cleanup
2008-04-17 Lennert Buytenhekmv643xx_eth: update copyright
2008-04-17 Lennert Buytenhekmv643xx_eth: only print banner once
2008-04-17 Lennert Buytenhekmv643xx_eth: pass port identifier to register accessors
2008-04-17 Lennert Buytenhekmv643xx_eth: report netdev name in all printks
2008-04-17 Lennert Buytenhekmv643xx_eth: identify ports by struct mv643xx_private *
2008-04-17 Lennert Buytenhekmv643xx_eth: various cleanups
2008-04-17 Lennert Buytenhekmv643xx_eth: mp->tx_desc_count needs spinlock protection
2008-04-16 John Heffner[TCP]: Increase the max_burst threshold from 3 to tp...
2008-04-16 Pavel Emelyanov[NET]: Do not allocate unneeded memory for dev->priv...
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug for network devices.
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug to fib rules.
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug for dst ops.
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug for inet bind buckets.
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug into fib_info.
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug for timewait buckets.
2008-04-16 Denis V. Lunev[NETNS]: Add netns refcnt debug for kernel sockets.
2008-04-16 Denis V. Lunev[NETNS]: Make netns refconting debug like a socket...
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Allow to create IP6 tunnels in net namespaces.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Use proper net instead of init_net stubs.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Make tunnels hashes per-net.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Make the fallback tunnel device per-net.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Use proper net in hash-lookup functions.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Add (ip6_tnl_)net argument to some calls.
2008-04-16 Pavel Emelyanov[IP6TUNNEL]: Introduce empty ip6_tnl_net structure...
2008-04-16 Pavel Emelyanov[SIT]: Allow for IPPROTO_IPV6 protocol in namespaces.
2008-04-16 Pavel Emelyanov[SIT]: Allow to create SIT tunnels in net namespaces.
2008-04-16 Pavel Emelyanov[SIT]: Use proper net in routing calls.
2008-04-16 Pavel Emelyanov[SIT]: Make tunnels hashes per-net.
2008-04-16 Pavel Emelyanov[SIT]: Make the fallback tunnel device per-net
2008-04-16 Pavel Emelyanov[SIT]: Use proper net in hash-lookup functions.
2008-04-16 Pavel Emelyanov[SIT]: Add net/sit_net argument to some functions.
2008-04-16 Pavel Emelyanov[SIT]: Introduce empty struct sit_net and init/exit...
2008-04-16 Pavel Emelyanov[GRE]: Allow for IPPROTO_GRE protocol in namespaces.
2008-04-16 Pavel Emelyanov[GRE]: Allow to create IPGRE tunnels in net namespaces.
2008-04-16 Pavel Emelyanov[GRE]: Use proper net in routing calls.
2008-04-16 Pavel Emelyanov[GRE]: Make tunnels hashes per-net.
2008-04-16 Pavel Emelyanov[GRE]: Make the fallback tunnel device per-net.
2008-04-16 Pavel Emelyanov[GRE]: Use proper net in hash-lookup functions.
2008-04-16 Pavel Emelyanov[GRE]: Add net/gre_net argument to some functions.
2008-04-16 Pavel Emelyanov[GRE]: Introduce empty ipgre_net structure and net...
2008-04-16 Pavel Emelyanov[IPIP]: Allow for IPPROTO_IPIP protocol in namespaces.
2008-04-16 Pavel Emelyanov[IPIP]: Allow to create IPIP tunnels in net namespaces.
2008-04-16 Pavel Emelyanov[IPIP]: Use proper net in (mostly) routing calls.
2008-04-16 Pavel Emelyanov[IPIP]: Make tunnels hashes per net.
2008-04-16 Pavel Emelyanov[IPIP]: Use proper net in hash-lookup functions.
2008-04-16 Pavel Emelyanov[IPIP]: Add net/ipip_net argument to some functions.
2008-04-16 Pavel Emelyanov[IPIP]: Make the fallback tunnel device per-net.
2008-04-16 Pavel Emelyanov[IPIP]: Introduce empty ipip_net structure and net...
2008-04-16 Pavel Emelyanov[VLAN]: Handle vlan devices net namespace changing.
2008-04-16 Pavel Emelyanov[VLAN]: Allow vlan devices registration in net namespaces.
2008-04-16 Pavel Emelyanov[VLAN]: Make the vlan_name_type per-net.
2008-04-16 Pavel Emelyanov[VLAN]: Make the /proc/net/vlan/conf file show per...
2008-04-16 Pavel Emelyanov[VLAN]: Create proc entries in the proper net.
2008-04-16 Pavel Emelyanov[VLAN]: Add a net argument to proc init and cleanup...
2008-04-16 Pavel Emelyanov[VLAN]: Introduce the vlan_net structure and init/exit...
2008-04-16 Pavel Emelyanov[VLAN]: Tag vlan_group_device with net device, not...
2008-04-16 Pavel Emelyanov[RTNL]: Introduce the rtnl_kill_links helper.
2008-04-16 Pavel Emelyanov[RTNL]: Relax for_each_netdev_safe in __rtnl_link_unreg...
2008-04-16 Pavel Emelyanov[TUN]: Allow to register tun devices in namespace.
2008-04-16 Pavel Emelyanov[TUN]: Make the tun_dev_list per-net.
2008-04-16 Pavel Emelyanov[TUN]: Introduce the tun_net structure and init/exit...
next