| Commit message (Expand) | Author | Age | Files | Lines |
* | benet: remove bogus "unlikely" on vlan check | Jiri Pirko | 2011-08-28 | 1 | -2/+2 |
* | net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is en... | Bhanu Prakash Gollapudi | 2011-08-28 | 1 | -0/+4 |
* | cnic: Add timeout for ramrod replies. | Michael Chan | 2011-08-28 | 3 | -7/+13 |
* | cnic, bnx2fc: Increase maximum FCoE sessions. | Michael Chan | 2011-08-28 | 3 | -8/+10 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher... | David S. Miller | 2011-08-27 | 128 | -645/+736 |
|\ |
|
| * | drivers/net/ethernet/*: Enabled vendor Kconfig options | Jeff Kirsher | 2011-08-27 | 51 | -0/+51 |
| * | drivers/net: Kconfig & Makefile cleanup | Jeff Kirsher | 2011-08-27 | 5 | -169/+168 |
| * | com20020_cs: Move the PCMCIA Arcnet driver | Jeff Kirsher | 2011-08-27 | 7 | -44/+12 |
| * | ixbmtr_cs: Move the IBM PCMCIA Token Ring driver | Jeff Kirsher | 2011-08-27 | 5 | -25/+24 |
| * | slip: Move the SLIP drivers | Jeff Kirsher | 2011-08-27 | 7 | -74/+89 |
| * | plip: Move the PLIP driver | Jeff Kirsher | 2011-08-27 | 5 | -36/+46 |
| * | hippi: Move the HIPPI driver | Jeff Kirsher | 2011-08-27 | 7 | -33/+46 |
| * | ppp: Move the PPP drivers | Jeff Kirsher | 2011-08-27 | 15 | -181/+203 |
| * | skfp: Fix SysKonnect FDDI driver compile issues | Jeff Kirsher | 2011-08-27 | 7 | -17/+17 |
| * | fddi: Move the FDDI drivers | Jeff Kirsher | 2011-08-27 | 44 | -73/+87 |
* | | ixgbe: convert rings from q_vector bit indexed array to linked list | Alexander Duyck | 2011-08-27 | 2 | -139/+60 |
* | | ixgbe: Simplify transmit cleanup path | Alexander Duyck | 2011-08-27 | 1 | -5/+5 |
* | | ixgbevf: convert to ndo_fix_features | Michał Mirosław | 2011-08-26 | 2 | -51/+20 |
* | | ixgbevf: provide 64 bit statistics | Eric Dumazet | 2011-08-26 | 2 | -12/+48 |
* | | ixgbevf: Check if EOP has changed before using it | Greg Rose | 2011-08-26 | 1 | -0/+4 |
* | | e1000e: convert to netdev features/hw_features API | Bruce Allan | 2011-08-26 | 6 | -113/+38 |
|/ |
|
* | Merge branch 'davem-next.mii' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2011-08-26 | 4 | -194/+69 |
|\ |
|
| * | sunbmac: use standard #defines from mii.h. | Francois Romieu | 2011-08-25 | 2 | -32/+16 |
| * | dl2k: use standard #defines from mii.h. | Francois Romieu | 2011-08-25 | 2 | -162/+53 |
* | | e1000: save skb counts in TX to avoid cache misses | Dean Nelson | 2011-08-26 | 2 | -9/+11 |
* | | net_sched: sfb: optimize enqueue on full queue | Eric Dumazet | 2011-08-26 | 1 | -5/+8 |
* | | bna: off by one in bfa_msgq_rspq_pi_update() | Dan Carpenter | 2011-08-26 | 1 | -1/+1 |
* | | bna: unlock on error path in pnad_pci_probe() | Dan Carpenter | 2011-08-26 | 1 | -2/+2 |
* | | bnx2x: Add new PHY BCM54616 | Yaniv Rosner | 2011-08-26 | 2 | -0/+3 |
* | | bnx2x: resurrect RX hashing | Michal Schmidt | 2011-08-26 | 1 | -2/+2 |
* | | af_packet: Prefixed tpacket_v3 structs to avoid name space collision | chetan loke | 2011-08-26 | 2 | -64/+71 |
* | | fcoe: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 2 | -3/+4 |
* | | bnx2fc: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -1/+1 |
* | | bnx2x: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -3/+2 |
* | | bnx2: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -4/+4 |
* | | tg3: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -4/+2 |
* | | IPoIB: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 2 | -4/+6 |
* | | IB: nes: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -10/+11 |
* | | IB: amso1100: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -5/+3 |
* | | atm: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -1/+2 |
* | | headers, can: Add missing #include to <linux/can/bcm.h> | Ben Hutchings | 2011-08-26 | 1 | -0/+1 |
* | | headers, xtables: Add missing #include <linux/netfilter.h> | Ben Hutchings | 2011-08-26 | 3 | -0/+3 |
* | | headers, netfilter: Add missing #include <limits.h> for userland | Ben Hutchings | 2011-08-26 | 3 | -0/+9 |
* | | headers, tipc: Add missing #include to <linux/tipc_config.h> for userland | Ben Hutchings | 2011-08-26 | 1 | -0/+4 |
* | | headers, netfilter: Use kernel type names __u8, __u16, __u32 | Ben Hutchings | 2011-08-26 | 3 | -28/+28 |
* | | headers, net: Use __kernel_sa_family_t in more definitions shared with userland | Ben Hutchings | 2011-08-26 | 15 | -33/+37 |
* | | headers, pppol2tp: Use __kernel_pid_t in <linux/pppol2tp.h> | Ben Hutchings | 2011-08-26 | 1 | -1/+1 |
* | | headers, ax25: Add missing #include to <linux/netrom.h>, <linux/rose.h> | Ben Hutchings | 2011-08-26 | 2 | -0/+4 |
* | | headers, pppox: Add missing #include to <linux/if_pppox.h> | Ben Hutchings | 2011-08-26 | 1 | -1/+1 |
|/ |
|
* | Scm: Remove unnecessary pid & credential references in Unix socket's send and... | Tim Chen | 2011-08-24 | 2 | -19/+48 |