summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: rename batadv_backbone_gw struct to make clear it is used by blaMarek Lindner2013-01-192-27/+29
* batman-adv: rename batadv_recvlist_node struct to make clear it is used by visMarek Lindner2013-01-192-4/+4
* batman-adv: rename batadv_if_list_entry struct to make clear it is used by visMarek Lindner2013-01-192-13/+14
* batman-adv: group tt type definitions togetherMarek Lindner2013-01-191-25/+25
* batman-adv: mark debug_log struct as bat_priv only structMarek Lindner2013-01-192-18/+20
* batman-adv: align kernel doc properlyMarek Lindner2013-01-191-13/+12
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-196-44/+32
* 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-173-86/+1
* ipv6: Do not depend on rt->n in ip6_finish_output2().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-5/+13
* ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-2/+6
* ipv6: Introduce rt6_nexthop() to select nexthop address.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-0/+8
* ipv6: Do not depend on rt->n in rt6_probe().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-10/+16
* ipv6: Do not depend on rt->n in rt6_check_neigh().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-5/+9
* ipv6: Do not depend on rt->n in ip6_pol_route().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-1/+1
* ndisc: Introduce __ipv6_neigh_lookup_noref().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-7/+15
* ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-8/+4
* ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明2013-01-172-4/+4
* ndisc: Update neigh->updated with write lock.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-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
* netpoll: fix a missing dev refcountingCong Wang2013-01-161-0/+1
* ipv6: Fix endianess warning in ip6_flow_hdr().YOSHIFUJI Hideaki2013-01-161-1/+1