| Commit message (Expand) | Author | Age | Files | Lines |
* | SMSC LAN911x and LAN921x vendor driver | Steve Glendinning | 2008-11-06 | 7 | -0/+2576 |
* | ehea: Fix some whitespace issues | Hannes Hering | 2008-11-06 | 2 | -6/+6 |
* | sfc: Do not reset when hardware monitor detects a fault | Ben Hutchings | 2008-11-06 | 2 | -23/+6 |
* | sfc: Use lm87 and lm90 drivers for board temperature/power monitoring | Ben Hutchings | 2008-11-06 | 8 | -64/+265 |
* | sfc: Expose flash region storing boot code as MTD | Ben Hutchings | 2008-11-06 | 9 | -7/+327 |
* | sfc: Clean up non-volatile memory partitioning | Ben Hutchings | 2008-11-06 | 4 | -11/+24 |
* | sfc: Correct address of gPXE boot configuration in EEPROM | Ben Hutchings | 2008-11-06 | 1 | -2/+2 |
* | bonding: alternate agg selection policies for 802.3ad | Jay Vosburgh | 2008-11-06 | 6 | -129/+333 |
* | bonding: Fix ALB mode to balance traffic on VLANs | Jay Vosburgh | 2008-11-06 | 1 | -3/+10 |
* | bonding: send IPv6 neighbor advertisement on failover | Brian Haley | 2008-11-06 | 9 | -31/+416 |
* | pkt_sched: Fix qdisc len in qdisc_peek_dequeued() | Jarek Poplawski | 2008-11-06 | 1 | -3/+9 |
* | net: Don't leak packets when a netns is going down | Eric W. Biederman | 2008-11-06 | 1 | -1/+3 |
* | net: Guaranetee the proper ordering of the loopback device. | Eric W. Biederman | 2008-11-06 | 3 | -11/+15 |
* | netns: Delete virtual interfaces during namespace cleanup | Eric W. Biederman | 2008-11-06 | 1 | -0/+6 |
* | net: sk_free_datagram() should use sk_mem_reclaim_partial() | Eric Dumazet | 2008-11-05 | 1 | -3/+2 |
* | dccp: Cleanup routines for feature negotiation | Gerrit Renker | 2008-11-05 | 3 | -1/+3 |
* | dccp: Per-socket initialisation of feature negotiation | Gerrit Renker | 2008-11-05 | 9 | -6/+73 |
* | dccp: List management for new feature negotiation | Gerrit Renker | 2008-11-05 | 2 | -0/+75 |
* | dccp: Implement lookup table for feature-negotiation information | Gerrit Renker | 2008-11-05 | 2 | -4/+44 |
* | dccp: Basic data structure for feature negotiation | Gerrit Renker | 2008-11-05 | 1 | -0/+61 |
* | net: #ifdef ->sk_security | Alexey Dobriyan | 2008-11-04 | 1 | -0/+2 |
* | net/: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 7 | -9/+0 |
* | netem: eliminate unneeded return values | Stephen Hemminger | 2008-11-04 | 1 | -21/+9 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 211 | -276/+1 |
* | net: remove two duplicated #include | Jianjun Kong | 2008-11-04 | 2 | -2/+0 |
* | net: '&' redux | Alexey Dobriyan | 2008-11-04 | 38 | -509/+509 |
* | bonding, net: Move last_rx update into bonding recv logic | Jay Vosburgh | 2008-11-04 | 4 | -14/+24 |
* | net: increase receive packet quantum | Stephen Hemminger | 2008-11-04 | 1 | -7/+4 |
* | printk: ipv4 address digits printed in reverse order | Harvey Harrison | 2008-11-04 | 1 | -2/+6 |
* | IPVS: Remove supports_ipv6 scheduler flag | Julius Volz | 2008-11-04 | 12 | -51/+6 |
* | IPVS: Add IPv6 support to LBLC/LBLCR schedulers | Julius Volz | 2008-11-04 | 2 | -61/+92 |
* | tg3: Update version to 3.95 | Matt Carlson | 2008-11-04 | 1 | -2/+2 |
* | broadcom: Add support for BCM50610 | Matt Carlson | 2008-11-04 | 1 | -1/+118 |
* | broadcom: Refine expansion register access routine | Matt Carlson | 2008-11-04 | 1 | -26/+34 |
* | broadcom: Add flow control support | Matt Carlson | 2008-11-04 | 1 | -6/+12 |
* | tg3: 5785 enhancements | Matt Carlson | 2008-11-04 | 2 | -21/+163 |
* | tg3: Refine phylib support | Matt Carlson | 2008-11-04 | 1 | -12/+35 |
* | tg3: Allow WOL for phylib controlled Broadcom phys | Matt Carlson | 2008-11-04 | 2 | -8/+33 |
* | tg3: Refine power management and WOL code | Matt Carlson | 2008-11-04 | 1 | -17/+23 |
* | tg3: Move phylib report to end of tg3_init_one | Matt Carlson | 2008-11-04 | 1 | -13/+17 |
* | tg3: Do not enable APE on bcm5700 | Matt Carlson | 2008-11-04 | 1 | -1/+4 |
* | tg3: Reclaim TG3_FLG3_5761_5784_AX_FIXES flag | Matt Carlson | 2008-11-04 | 2 | -15/+7 |
* | tg3: Preserve LAA when device control is released | Matt Carlson | 2008-11-04 | 1 | -37/+39 |
* | tg3: Preserve DASH connectivity when WOL enabled | Matt Carlson | 2008-11-04 | 2 | -1/+15 |
* | tg3: Use pci_ioremap_bar() | Matt Carlson | 2008-11-04 | 1 | -12/+12 |
* | tg3: Add 5761S support | Matt Carlson | 2008-11-04 | 2 | -0/+4 |
* | pkt_sched: sch_generic: Kfree gso_skb in qdisc_reset() | Jarek Poplawski | 2008-11-03 | 1 | -0/+3 |
* | net: clean up net/ipv4/tcp_ipv4.c | Jianjun Kong | 2008-11-03 | 1 | -8/+8 |
* | net: clean up net/ipv4/devinet.c | Jianjun Kong | 2008-11-03 | 1 | -5/+5 |
* | net: clean up net/ipv4/pararp.c | Jianjun Kong | 2008-11-03 | 1 | -7/+7 |