summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-05-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2011-05-04ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().David S. Miller
2011-05-04ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller
2011-05-04ipv4: Pass explicit saddr/daddr args to ipmr_get_route().David S. Miller
2011-05-04ixgbe: Cleanup PCIe bus speed infoDon Skidmore
2011-05-04ixgbe: improve EEPROM read/write operationsEmil Tantilov
2011-05-04ixgbe: fix sparse warningEmil Tantilov
2011-05-04ixgbe: fix typo error with software defined pins on 82599Don Skidmore
2011-05-04ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync()Emil Tantilov
2011-05-04igbvf: remove bogus phys_idstephen hemminger
2011-05-04igb: Add check for invalid size to igb_get_invariants_82575()Carolyn Wyborny
2011-05-04ixgb: convert to set_phys_idJeff Kirsher
2011-05-04ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.David S. Miller
2011-05-04e100: fix build warningEmil Tantilov
2011-05-04ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit().David S. Miller
2011-05-04x86/net: only select BPF_JIT when NET is enabledRandy Dunlap
2011-05-03sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()David S. Miller
2011-05-03ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report()David S. Miller
2011-05-03libcxgbi: Use flowi4's saddr in cxgbi_check_route().David S. Miller
2011-05-03pptp: Use flowi4's daddr/saddr in pptp_xmit().David S. Miller
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller
2011-05-03dccp: Use flowi4->saddr in dccp_v4_connect()David S. Miller
2011-05-03ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller
2011-05-03ipv4: Rework ipmr_rt_fib_lookup() flow key initialization.David S. Miller
2011-05-03net/stmmac: Move "#include <linux/platform_device.h>" to linux/stmmac.hViresh KUMAR
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-05-02Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-05-02ipv4: Make sure flowi4->{saddr,daddr} are always set.David S. Miller
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli
2011-05-01batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli
2011-05-01batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny
2011-04-29tulip/de2104x: don't report different speeds depending on port typeDavid Decotigny
2011-04-29acenic: Fix using the specified speed when configuring NICDavid Decotigny
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny
2011-04-29ethtool: cosmetics: enforce const-ness in ethtool_cmd_speedDavid Decotigny
2011-04-29qlcnic: Support for GBE port settingsSony Chacko
2011-04-29qlcnic: support rcv ring configuration through ethtoolSucheta Chakraborty
2011-04-29ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings
2011-04-29pktgen: create num frags requestedamit salecha
2011-04-29bpf: depends on MODULESEric Dumazet
2011-04-28ipv4: Get route daddr from flow key in l2tp_ip_connect().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in tcp_v4_connect().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in inet_csk_route_req().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in ip4_datagram_connect().David S. Miller
2011-04-28ipv4: Get route daddr from flow key in dccp_v4_connect().David S. Miller
2011-04-28ipv4: Fetch route saddr from flow key in l2tp_ip_connect().David S. Miller