summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-028-23/+25
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-05-0214-138/+292
|\
| * batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-0112-118/+280
| * batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli2011-05-011-4/+8
| * batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli2011-05-013-2/+2
| * batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli2011-05-011-14/+2
* | ipv4: Make sure flowi4->{saddr,daddr} are always set.David S. Miller2011-05-021-6/+5
* | net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny2011-04-297-38/+59
* | tulip/de2104x: don't report different speeds depending on port typeDavid Decotigny2011-04-291-7/+3
* | acenic: Fix using the specified speed when configuring NICDavid Decotigny2011-04-291-1/+1
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-2976-197/+232
* | ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-2944-131/+163
* | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-2920-89/+117
* | ethtool: cosmetics: enforce const-ness in ethtool_cmd_speedDavid Decotigny2011-04-291-4/+10
* | qlcnic: Support for GBE port settingsSony Chacko2011-04-293-63/+40
* | qlcnic: support rcv ring configuration through ethtoolSucheta Chakraborty2011-04-293-33/+156
* | ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings2011-04-296-22/+105
* | pktgen: create num frags requestedamit salecha2011-04-291-26/+9
* | bpf: depends on MODULESEric Dumazet2011-04-291-0/+1
* | 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
OpenPOWER on IntegriCloud