aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Get route daddr from flow key in l2tp_ip_connect().David S. Miller2011-04-281-1/+1
* ipv4: Get route daddr from flow key in tcp_v4_connect().David S. Miller2011-04-281-2/+2
* ipv4: Get route daddr from flow key in inet_csk_route_req().David S. Miller2011-04-281-1/+1
* ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller2011-04-281-1/+1
* ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller2011-04-281-1/+1
* ipv4: Fetch route saddr from flow key in l2tp_ip_connect().David S. Miller2011-04-281-2/+2
* ipv4: Fetch route saddr from flow key in tcp_v4_connect().David S. Miller2011-04-281-1/+1
* ipv4: Fetch route saddr from flow key in ip4_datagram_connect().David S. Miller2011-04-281-2/+2
* ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().David S. Miller2011-04-281-1/+1
* ipv4: Remove now superfluous code in ip_route_connect().David S. Miller2011-04-281-2/+0
* ipv4: Use caller's on-stack flowi as-is in output route lookups.David S. Miller2011-04-282-79/+81
* net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-285-35/+74
* net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-286-61/+44
* l2tp: Fix inet_opt conversion.David S. Miller2011-04-281-2/+4
* net: ibmveth: force reconfiguring checksum settings on startupMichał Mirosław2011-04-281-0/+2
* qlcnic: fix memory leak in qlcnic_blink_led.Sucheta Chakraborty2011-04-282-8/+6
* tg3: Convert u32 flag,flg2,flg3 uses to bitmapJoe Perches2011-04-282-739/+728
* net: allow user to change NETIF_F_HIGHDMAMichał Mirosław2011-04-281-1/+2
* bridge: convert br_features_recompute() to ndo_fix_featuresMichał Mirosław2011-04-284-67/+19
* net: fix netdev_increment_features()Michał Mirosław2011-04-282-25/+17
* net:use help function of skb_checksum_start_offset to calculate offsetShan Wei2011-04-282-2/+2
* inet: add RCU protection to inet->optEric Dumazet2011-04-2817-168/+241
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-2714-62/+918
* ipv4: Kill RTO_CONN.David S. Miller2011-04-271-4/+0
* ipv4: Remove erroneous check in igmpv3_newpack() and igmp_send_report().David S. Miller2011-04-271-10/+0
* ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller2011-04-276-48/+74
* r8169: fix merge conflict fix.Francois Romieu2011-04-271-20/+5
* sctp: clean up route lookup callsVlad Yasevich2011-04-274-31/+24
* sctp: remove useless arguments from get_saddr() callVlad Yasevich2011-04-274-7/+2
* sctp: make sctp over IPv6 work with IPsecVlad Yasevich2011-04-271-5/+11
* sctp: cache the ipv6 source after route lookupVlad Yasevich2011-04-275-127/+112
* sctp: fix sctp to work with ipv6 source address routingWeixing Shi2011-04-271-1/+43
* ixgbe: convert to ethtool set_phys_idEmil Tantilov2011-04-272-12/+18
* ixgbe: fix X540 ethtool loopback test.Don Skidmore2011-04-271-0/+7
* ixgbe: Bump versionDon Skidmore2011-04-271-2/+2
* ixgbe: enable SCTP checksum offload for X540Don Skidmore2011-04-271-1/+7
* ixgbe: do not clear FCoE DDP error status for received ABTSYi Zou2011-04-271-2/+2
* ixgbe: fix static functionsJohn Fastabend2011-04-274-5/+5
* ixgbe: remove ntuple display supportAlexander Duyck2011-04-272-6/+0
* ixgbe: add LED blink code for x540Emil Tantilov2011-04-271-2/+62
* ixgbe: add support for 64k EEPROM for 82599Emil Tantilov2011-04-271-1/+30
* ixgbe: register defines cleanupEmil Tantilov2011-04-272-67/+125
* ixgbe: explicitly disable 100H for x540Emil Tantilov2011-04-271-1/+2
* e1000e: implement ethtool set_phys_idBruce Allan2011-04-278-59/+32
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-2630-102/+226
|\
| * net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard2011-04-252-0/+14
| * cdc_ncm: fix short packet issue on some devicesHans Petter Selasky2011-04-241-2/+2
| * Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/r...David S. Miller2011-04-241-28/+71
| |\
| | * r8169: don't request firmware when there's no userspace.François Romieu2011-04-241-28/+71
| * | bnx2x: fix UDP csum offloadVladislav Zolotarov2011-04-231-10/+24