Age | Commit message (Expand) | Author | Files | Lines |
2009-08-31 | ucc_geth: Factor out MAC initialization steps into a call | Anton Vorontsov | 1 | -35/+52 |
2009-08-31 | powerpc/qe: Implement qe_alive_during_sleep() helper function | Anton Vorontsov | 2 | -0/+14 |
2009-08-31 | ucc_geth: Fix NULL pointer dereference in uec_get_ethtool_stats() | Anton Vorontsov | 1 | -2/+6 |
2009-08-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma... | David S. Miller | 24 | -189/+4186 |
2009-08-30 | tg3: Update version to 3.101 | Matt Carlson | 1 | -2/+2 |
2009-08-30 | tg3: Move per-int tx members to a per-int struct | Matt Carlson | 2 | -79/+86 |
2009-08-30 | tg3: Move per-int rx members to per-int struct | Matt Carlson | 2 | -29/+37 |
2009-08-30 | tg3: Move general int members to a per-int struct | Matt Carlson | 2 | -66/+80 |
2009-08-30 | tg3: Convert napi handlers to use tnapi | Matt Carlson | 1 | -23/+32 |
2009-08-30 | tg3: Convert ISR parameter to tnapi | Matt Carlson | 1 | -24/+25 |
2009-08-30 | tg3: Move napi to per-int struct | Matt Carlson | 2 | -23/+25 |
2009-08-30 | tg3: Cleanup interrupt setup / teardown | Matt Carlson | 1 | -48/+46 |
2009-08-30 | tg3: Use ext rx bds | Matt Carlson | 2 | -9/+10 |
2009-08-30 | tg3: Create a new prodring_set structure | Matt Carlson | 2 | -90/+100 |
2009-08-30 | tg3: Create rx producer ring setup routines | Matt Carlson | 1 | -87/+144 |
2009-08-30 | tg3: Clarify rx buffer relationships | Matt Carlson | 2 | -20/+24 |
2009-08-30 | tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags | Matt Carlson | 2 | -7/+7 |
2009-08-30 | tg3: Break out mini producer ring handling | Matt Carlson | 1 | -11/+12 |
2009-08-30 | tg3: Reformat NVRAM case statements | Matt Carlson | 1 | -186/+183 |
2009-08-30 | tg3: Add new 5785 10/100 only device ID | Matt Carlson | 3 | -2/+4 |
2009-08-30 | tg3: Delay mdio bus init until fw finishes | Matt Carlson | 1 | -2/+2 |
2009-08-29 | tipc: fix test of bearer_priority range in tipc_register_media() | roel kluin | 1 | -1/+1 |
2009-08-29 | can: switch to seq_file | Alexey Dobriyan | 2 | -199/+167 |
2009-08-29 | net: sh_eth: add value of ether_link pin in platform_data | Yoshihiro Shimoda | 3 | -1/+11 |
2009-08-29 | TI DaVinci EMAC: delay DaVinci EMAC initialization | Rajashekhara, Sudhakar | 1 | -1/+1 |
2009-08-29 | WAN/LMC: Fix type_trans(). | Krzysztof Halasa | 1 | -1/+1 |
2009-08-29 | lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address | Joe Perches | 1 | -47/+152 |
2009-08-29 | tcp: Remove redundant copy of MD5 authentication key | John Dykstra | 1 | -23/+0 |
2009-08-29 | Speed-up pfifo_fast lookup using a private bitmap | Krishna Kumar | 1 | -22/+48 |
2009-08-29 | ipv6: Update Neighbor Cache when IPv6 RA is received on a router | David Ward | 1 | -6/+8 |
2009-08-29 | bnx2: Update firmware to 5.0.0.j3. | Michael Chan | 11 | -12561/+13292 |
2009-08-29 | tcp: fix premature termination of FIN_WAIT2 time-wait sockets | Octavian Purdila | 1 | -1/+1 |
2009-08-29 | fib_trie: resize rework | Jens Låås | 1 | -72/+23 |
2009-08-29 | sit: allow ip fragmentation when using nopmtudisc to fix package loss | Sascha Hlusiak | 1 | -1/+1 |
2009-08-29 | net: ip_rt_send_redirect() optimization | Eric Dumazet | 1 | -9/+11 |
2009-08-29 | tcp: keepalive cleanups | Eric Dumazet | 3 | -5/+9 |
2009-08-29 | cnic: Put uio init in separate function. | Michael Chan | 1 | -27/+41 |
2009-08-29 | cnic: Put rx/tx ring allocation in separate function. | Michael Chan | 1 | -11/+22 |
2009-08-29 | ipv4: af_inet.c cleanups | Eric Dumazet | 1 | -57/+55 |
2009-08-29 | pktgen: use proc_create_data() | Alexey Dobriyan | 1 | -2/+4 |
2009-08-29 | pktgen: increase version | Stephen Hemminger | 1 | -6/+10 |
2009-08-29 | pktgen: cleanup checkpatch warnings | Stephen Hemminger | 1 | -139/+159 |
2009-08-29 | pktgen: use common idle routine | Stephen Hemminger | 1 | -10/+4 |
2009-08-29 | pktgen: spin using hrtimer | Stephen Hemminger | 2 | -21/+30 |
2009-08-29 | pktgen: convert to use ktime_t | Stephen Hemminger | 1 | -100/+84 |
2009-08-29 | pktgen: avoid calling gettimeofday | Stephen Hemminger | 1 | -7/+9 |
2009-08-29 | pktgen: reorganize transmit loop | Stephen Hemminger | 1 | -12/+14 |
2009-08-29 | pktgen: use netdev_alloc_skb | Stephen Hemminger | 1 | -4/+6 |
2009-08-29 | pktgen: cleanup clone count test | Stephen Hemminger | 1 | -17/+15 |
2009-08-29 | pktgen: xmit logic reorganization | Stephen Hemminger | 1 | -31/+24 |