| Commit message (Expand) | Author | Age | Files | Lines |
* | qlge: Add support for varied pcie function numbers. | Ron Mercer | 2009-06-10 | 2 | -6/+68 |
* | qlge: Add support for using alternate MAC address. | Ron Mercer | 2009-06-10 | 1 | -2/+15 |
* | qlge: Drop inbound frames > MTU. | Ron Mercer | 2009-06-10 | 1 | -0/+9 |
* | qlge: Drop inbound error frames. | Ron Mercer | 2009-06-10 | 1 | -1/+7 |
* | qlge: Remove netif_set_gso_max_size() call. | Ron Mercer | 2009-06-10 | 1 | -1/+0 |
* | qlge: Add support for retrieving firmware version. | Ron Mercer | 2009-06-10 | 4 | -1/+47 |
* | netfilter: Fix extra semi-colon in skb_walk_frags() changes. | David S. Miller | 2009-06-09 | 1 | -1/+1 |
* | rfkill: include err.h | Johannes Berg | 2009-06-09 | 1 | -0/+1 |
* | bnx2: no need to check before vfreeing | Breno Leitao | 2009-06-09 | 1 | -4/+2 |
* | ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599 | Yi Zou | 2009-06-09 | 3 | -5/+42 |
* | e1000e: Expose MDI-X status via ethtool change | Chaitanya Lala | 2009-06-09 | 2 | -1/+16 |
* | e1000e: Call e1000e_config_collision_dist() after TCTL has been set | Simon Horman | 2009-06-09 | 1 | -2/+2 |
* | e1000e: Fixes possible phy corrupton on 82571 designs. | Dave Graham | 2009-06-09 | 3 | -7/+83 |
* | ieee802154: add simple HardMAC driver sample | Sergey Lapin | 2009-06-09 | 5 | -0/+298 |
* | ieee802154: add documentation about our stack | Sergey Lapin | 2009-06-09 | 2 | -0/+88 |
* | net: add NL802154 interface for configuration of 802.15.4 devices | Sergey Lapin | 2009-06-09 | 5 | -1/+737 |
* | net: add IEEE 802.15.4 socket family implementation | Sergey Lapin | 2009-06-09 | 11 | -0/+1409 |
* | Add constants for the ieee 802.15.4 stack | Sergey Lapin | 2009-06-09 | 5 | -3/+13 |
* | pkt_sched: Change PSCHED_SHIFT from 10 to 6 | Jarek Poplawski | 2009-06-09 | 1 | -2/+2 |
* | pkt_sched: Use PSCHED_SHIFT in PSCHED time conversion | Jarek Poplawski | 2009-06-09 | 2 | -5/+8 |
* | net: dev_addr_init() fix | Eric Dumazet | 2009-06-09 | 1 | -2/+2 |
* | be2net: Remove unnecessary frag list traversing. | David S. Miller | 2009-06-09 | 1 | -31/+25 |
* | xfrm: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -22/+19 |
* | sctp: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 3 | -9/+8 |
* | phonet: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -4/+4 |
* | netfilter: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -4/+5 |
* | ipv6: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -5/+5 |
* | ipv4: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 2 | -5/+5 |
* | net/core/user_dma.c: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -24/+22 |
* | net/core/skbuff.c: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -124/+106 |
* | net/core/dev.c: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -2/+2 |
* | datagram: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -95/+83 |
* | appletalk: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -17/+14 |
* | netdevice.h: Use frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -1/+1 |
* | skbuff: Add frag list abstraction interfaces. | David S. Miller | 2009-06-09 | 1 | -1/+20 |
* | bluetooth: Kill skb_frags_no(), unused. | David S. Miller | 2009-06-08 | 1 | -9/+0 |
* | declance: Restore tx descriptor ring locking | Maciej W. Rozycki | 2009-06-08 | 1 | -0/+5 |
* | isdn: extend INTERFACE.CAPI document | Tilman Schmidt | 2009-06-08 | 1 | -2/+88 |
* | isdn: prevent NULL ptr Oops in capi_cmsg2str() | Tilman Schmidt | 2009-06-08 | 1 | -0/+2 |
* | isdn: kerneldoc for capiutil.c | Tilman Schmidt | 2009-06-08 | 1 | -3/+62 |
* | isdn: rename capi_ctr_reseted() to capi_ctr_down() | Tilman Schmidt | 2009-06-08 | 9 | -15/+15 |
* | tun: Fix unregister race | Eric W. Biederman | 2009-06-08 | 1 | -3/+4 |
* | e100: Fix napi_enable BUG_ON when recovering from EEH error | Andre Detsch | 2009-06-08 | 1 | -5/+6 |
* | net pkgen.c:fix no need for check | Figo.zhang | 2009-06-08 | 1 | -4/+2 |
* | mlx4: FIX error flow when initializing EQ table | Yevgeny Petrilin | 2009-06-08 | 1 | -1/+3 |
* | tun: Fix copy/paste error in tun_get_user | Sridhar Samudrala | 2009-06-08 | 1 | -1/+1 |
* | net: Fix memcpy_toiovecend() to use the right offset | Sridhar Samudrala | 2009-06-08 | 1 | -2/+2 |
* | net: Fix skb_copy_datagram_from_iovec() to pass the right offset | Sridhar Samudrala | 2009-06-08 | 1 | -1/+2 |
* | net: skb_shared_info optimization | Eric Dumazet | 2009-06-08 | 10 | -29/+30 |
* | net: num_dma_maps is not used | Eric Dumazet | 2009-06-08 | 2 | -4/+0 |