aboutsummaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-19igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-01-19ixgbevf: Fix statistics corruptionGreg Rose1-1/+6
2013-01-19ixgbevf: Fix link up messagesGreg Rose1-4/+5
2013-01-19ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose1-2/+25
2013-01-19ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck1-23/+19
2013-01-19ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck3-53/+57
2013-01-19ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck2-12/+2
2013-01-19ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck1-0/+3
2013-01-19ixgbe: SR-IOV: dynamic IEEE DCBx default priority changesJohn Fastabend3-10/+47
2013-01-18ipv6: remove unneeded check to pskb_may_pull in ipip6_rcvHannes Frederic Sowa1-6/+1
2013-01-18ndisc: Check NS message length before access.YOSHIFUJI Hideaki / 吉藤英明1-0/+5
2013-01-18ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明4-14/+7
2013-01-18enic: change sprintf() to snprintf()Dan Carpenter1-4/+8
2013-01-18smsc: smc911x: Fix sparse warningsFabio Estevam1-1/+1
2013-01-18net: usb: initialize tmp in dm9601.c to avoid warningSimon Que1-2/+2
2013-01-18net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptorsMugunthan V N4-13/+57
2013-01-186lowpan: Handle uncompressed IPv6 packets over 6LoWPANAlan Ott1-9/+32
2013-01-186lowpan: Refactor packet delivery into a functionAlan Ott1-14/+24
2013-01-18net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li2-1/+91
2013-01-18net: asix: handle packets crossing URB boundariesLucas Stach4-30/+109
2013-01-18net: asix: init ASIX AX88772B MAC from EEPROMLucas Stach2-3/+30
2013-01-18igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick1-3/+3
2013-01-18igb: Free any held skb that should have been timestamped on removeMatthew Vick1-0/+4
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick4-0/+51
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick4-0/+14
2013-01-18igb: Add support for SW timestampingMatthew Vick2-0/+11
2013-01-18igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny8-7/+469
2013-01-18igb: Add support functions to access thermal data.Carolyn Wyborny4-1/+42
2013-01-18igb: Add i2c interface to igb.Carolyn Wyborny8-1/+301
2013-01-18igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose1-101/+219
2013-01-18e1000e: add support for hardware timestamping on some devicesBruce Allan7-8/+462
2013-01-18e1000e: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-2/+9
2013-01-18e1000e: add ethtool .get_eee/.set_eeeBruce Allan5-23/+167
2013-01-17ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明3-86/+1
2013-01-17ipv6: Do not depend on rt->n in ip6_finish_output2().YOSHIFUJI Hideaki / 吉藤英明1-5/+13
2013-01-17ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().YOSHIFUJI Hideaki / 吉藤英明1-2/+6
2013-01-17ipv6: Introduce rt6_nexthop() to select nexthop address.YOSHIFUJI Hideaki / 吉藤英明1-0/+8
2013-01-17ipv6: Do not depend on rt->n in rt6_probe().YOSHIFUJI Hideaki / 吉藤英明1-10/+16
2013-01-17ipv6: Do not depend on rt->n in rt6_check_neigh().YOSHIFUJI Hideaki / 吉藤英明1-5/+9
2013-01-17ipv6: Do not depend on rt->n in ip6_pol_route().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-01-17ndisc: Introduce __ipv6_neigh_lookup_noref().YOSHIFUJI Hideaki / 吉藤英明1-7/+15
2013-01-17ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.YOSHIFUJI Hideaki / 吉藤英明1-8/+4
2013-01-17ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明2-4/+4
2013-01-17ndisc: Update neigh->updated with write lock.YOSHIFUJI Hideaki / 吉藤英明1-4/+8
2013-01-17bnx2x: fix GRO parametersYuval Mintz1-24/+23
2013-01-17cxgb3: Fix Tx csum statsVipul Pandya1-1/+1
2013-01-17ipv6: fix ipv6_prefix_equal64_half mask conversionFabio Baltieri1-1/+1
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer2-9/+17
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat19-2/+53
2013-01-16netpoll: fix a missing dev refcountingCong Wang1-0/+1