summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-01-191-1/+1
* ixgbevf: Fix statistics corruptionGreg Rose2013-01-191-1/+6
* ixgbevf: Fix link up messagesGreg Rose2013-01-191-4/+5
* ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose2013-01-191-2/+25
* ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck2013-01-191-23/+19
* ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck2013-01-193-53/+57
* ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck2013-01-192-12/+2
* ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck2013-01-191-0/+3
* ixgbe: SR-IOV: dynamic IEEE DCBx default priority changesJohn Fastabend2013-01-193-10/+47
* ipv6: remove unneeded check to pskb_may_pull in ipip6_rcvHannes Frederic Sowa2013-01-181-6/+1
* ndisc: Check NS message length before access.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-0/+5
* ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明2013-01-184-14/+7
* enic: change sprintf() to snprintf()Dan Carpenter2013-01-181-4/+8
* smsc: smc911x: Fix sparse warningsFabio Estevam2013-01-181-1/+1
* net: usb: initialize tmp in dm9601.c to avoid warningSimon Que2013-01-181-2/+2
* net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N2013-01-184-13/+57
* 6lowpan: Handle uncompressed IPv6 packets over 6LoWPANAlan Ott2013-01-181-9/+32
* 6lowpan: Refactor packet delivery into a functionAlan Ott2013-01-181-14/+24
* net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li2013-01-182-1/+91
* net: asix: handle packets crossing URB boundariesLucas Stach2013-01-184-30/+109
* net: asix: init ASIX AX88772B MAC from EEPROMLucas Stach2013-01-182-3/+30
* Merge branch 'intel'David S. Miller2013-01-1819-141/+1747
|\
| * igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick2013-01-181-3/+3
| * igb: Free any held skb that should have been timestamped on removeMatthew Vick2013-01-181-0/+4
| * igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick2013-01-184-0/+51
| * igb: Add timeout for PTP Tx work itemMatthew Vick2013-01-184-0/+14
| * igb: Add support for SW timestampingMatthew Vick2013-01-182-0/+11
| * igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny2013-01-188-7/+469
| * igb: Add support functions to access thermal data.Carolyn Wyborny2013-01-184-1/+42
| * igb: Add i2c interface to igb.Carolyn Wyborny2013-01-188-1/+301
| * igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose2013-01-181-101/+219
| * e1000e: add support for hardware timestamping on some devicesBruce Allan2013-01-187-8/+462
| * e1000e: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2013-01-181-2/+9
| * e1000e: add ethtool .get_eee/.set_eeeBruce Allan2013-01-185-23/+167
|/
* ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明2013-01-183-86/+1
* ipv6: Do not depend on rt->n in ip6_finish_output2().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-5/+13
* ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-2/+6
* ipv6: Introduce rt6_nexthop() to select nexthop address.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-0/+8
* ipv6: Do not depend on rt->n in rt6_probe().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-10/+16
* ipv6: Do not depend on rt->n in rt6_check_neigh().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-5/+9
* ipv6: Do not depend on rt->n in ip6_pol_route().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-1/+1
* ndisc: Introduce __ipv6_neigh_lookup_noref().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-7/+15
* ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-8/+4
* ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明2013-01-182-4/+4
* ndisc: Update neigh->updated with write lock.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-4/+8
* bnx2x: fix GRO parametersYuval Mintz2013-01-171-24/+23
* cxgb3: Fix Tx csum statsVipul Pandya2013-01-171-1/+1
* ipv6: fix ipv6_prefix_equal64_half mask conversionFabio Baltieri2013-01-171-1/+1
* net: increase fragment memory usage limitsJesper Dangaard Brouer2013-01-172-9/+17
* sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-1719-2/+53