pktgen: use %pI6c for printing IPv6 addresses
[cascardo/linux.git] / net /
2011-05-08 Alexey Dobriyanpktgen: use %pI6c for printing IPv6 addresses
2011-05-08 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-05-08 David S. Millertcp: Use cork flow info instead of rt->rt_dst in tcp_v4...
2011-05-08 David S. Millersctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit()
2011-05-08 David S. Milleripv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().
2011-05-08 David S. Millerinet: Pass flowi to ->queue_xmit().
2011-05-08 David S. Milleripv4: Use inet_csk_route_child_sock() in DCCP and TCP.
2011-05-08 David S. Milleripv4: Create inet_csk_route_child_sock().
2011-05-08 David S. Millersctp: Store a flowi in transports to provide persistent...
2011-05-08 David S. Milleripv4: Use cork flow in ip_queue_xmit()
2011-05-08 David S. Milleripv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_...
2011-05-08 David S. Milleripv4: Lock socket and use cork flow in ip4_datagram_con...
2011-05-08 David S. Millerl2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_se...
2011-05-08 David S. Millerl2tp: Fix locking in l2tp_core.c
2011-05-08 David S. Millerl2tp: Fix locking in l2tp_ip.c
2011-05-08 David S. Millertcp: Use cork flow in tcp_v4_connect()
2011-05-08 David S. Millerdccp: Use cork flow in dccp_v4_connect()
2011-05-08 Stephen Hemmingerethtool: remove phys_id from ethtool_ops
2011-05-08 Daniele Furlanbatman-adv: remove duplicate code from function is_bidi...
2011-05-08 Sven Eckelmannbatman-adv: Remove multiline comments from line ending
2011-05-08 Antonio Quartullibatman-adv: rename everything from *hna* into *tt*...
2011-05-08 Marek Lindnerbatman-adv: Fix refcount imbalance in find_router
2011-05-08 Sven Eckelmannbatman-adv: Avoid deadlock between rtnl_lock and s_active
2011-05-08 Sven Eckelmannbatman-adv: Remove unnecessary hardif_list_lock
2011-05-08 Marek Lindnerbatman-adv: multi vlan support for bridge loop detection
2011-05-08 Marek Lindnerbatman-adv: remove misplaced comment
2011-05-06 David S. Milleripv4: Initialize cork->opt using NULL not 0.
2011-05-06 David S. Milleripv4: Initialize on-stack cork more efficiently.
2011-05-06 David S. Millerinet: Decrease overhead of on-stack inet_cork.
2011-05-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-05-05 David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2011-05-05 Anton Blanchardnet: Add sendmmsg socket system call
2011-05-05 Jiri Pirkonet: call dev_alloc_name from register_netdevice
2011-05-05 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-05-05 Mohammed Shafi Sha... mac80211: Fix a warning due to skipping tailroom reserv...
2011-05-04 Kurt Van Dijckcan: rename can_try_module_get to can_get_proto
2011-05-04 Kurt Van Dijckcan: make struct can_proto const
2011-05-04 Eric Dumazetnet: ip_expire() must revalidate route
2011-05-04 David S. MillerMerge branch 'master' of /linux/kernel/git/jkirsher...
2011-05-04 David S. Milleripv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().
2011-05-04 David S. Milleripv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.
2011-05-04 David S. Milleripv4: Pass explicit saddr/daddr args to ipmr_get_route().
2011-05-04 David S. Milleripv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr...
2011-05-04 David S. Milleripv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit().
2011-05-04 David S. Millersctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr...
2011-05-04 David S. Milleripv4: Use flowi4's {saddr,daddr} in igmpv3_newpack...
2011-05-04 David S. Milleripv4: Make caller provide on-stack flow key to ip_route...
2011-05-04 David S. Millerdccp: Use flowi4->saddr in dccp_v4_connect()
2011-05-04 David S. Milleripv4: Renamt struct rtable's rt_tos to rt_key_tos.
2011-05-04 David S. Milleripv4: Rework ipmr_rt_fib_lookup() flow key initialization.
2011-05-02 Lucian Adrian Grijincusysctl: net: call unregister_net_sysctl_table where...
2011-05-02 Lifeng Sunnetworking: inappropriate ioctl operation should return...
2011-05-02 Eric Dumazetnet: dont hold rtnl mutex during netlink dump callbacks
2011-05-02 David S. MillerMerge branch 'batman-adv/next' of git://git.open-mesh...
2011-05-02 David S. Milleripv4: Make sure flowi4->{saddr,daddr} are always set.
2011-05-02 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-05-02 Christian Lampartermac80211: consolidate MIC failure report handling
2011-05-02 Alexey Dobriyanipv4: don't spam dmesg with "Using LC-trie" messages
2011-05-02 Eric W. Biedermanaf_unix: Only allow recv on connected seqpacket sockets.
2011-05-01 Marek Lindnerbatman-adv: Make bat_priv->primary_if an rcu protected...
2011-05-01 Antonio Quartullibatman-adv: fix gw_node_update() and gw_election()
2011-05-01 Antonio Quartullibatman-adv: Move definition of atomic_dec_not_zero...
2011-05-01 Antonio Quartullibatman-adv: orig_hash_find() manages rcu_lock/unlock...
2011-04-29 David Decotignyethtool: cosmetic: Use ethtool ethtool_cmd_speed API
2011-04-29 David Decotignyethtool: Use full 32 bit speed range in ethtool's set_s...
2011-04-29 David Decotignyethtool: Call ethtool's get/set_settings callbacks...
2011-04-29 Ben Hutchingsipv4, ipv6, bonding: Restore control over number of...
2011-04-29 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-04-29 amit salechapktgen: create num frags requested
2011-04-29 Eric Dumazetbpf: depends on MODULES
2011-04-29 David S. Milleripv4: Get route daddr from flow key in l2tp_ip_connect().
2011-04-29 David S. Milleripv4: Get route daddr from flow key in tcp_v4_connect().
2011-04-29 David S. Milleripv4: Get route daddr from flow key in inet_csk_route_r...
2011-04-29 David S. Milleripv4: Get route daddr from flow key in ip4_datagram_con...
2011-04-29 David S. Milleripv4: Get route daddr from flow key in dccp_v4_connect().
2011-04-29 David S. Milleripv4: Fetch route saddr from flow key in l2tp_ip_connect().
2011-04-29 David S. Milleripv4: Fetch route saddr from flow key in tcp_v4_connect().
2011-04-29 David S. Milleripv4: Fetch route saddr from flow key in ip4_datagram_c...
2011-04-29 David S. Milleripv4: Fetch route saddr from flow key in inet_sk_resele...
2011-04-29 David S. Milleripv4: Use caller's on-stack flowi as-is in output route...
2011-04-29 David S. Millernet: Use non-zero allocations in dst_alloc().
2011-04-29 David S. Millernet: Make dst_alloc() take more explicit initializations.
2011-04-28 David S. Millerl2tp: Fix inet_opt conversion.
2011-04-28 Peter Korsgaarddsa/mv88e6131: fix unknown multicast/broadcast forwardi...
2011-04-28 Michał Mirosławbridge: convert br_features_recompute() to ndo_fix_features
2011-04-28 Michał Mirosławnet: fix netdev_increment_features()
2011-04-28 Shan Weinet:use help function of skb_checksum_start_offset...
2011-04-28 Eric Dumazetinet: add RCU protection to inet->opt
2011-04-28 Johan HedbergBluetooth: Fix updating conn->auth_type in hci_io_capa_...
2011-04-28 Johan HedbergBluetooth: Add store_hint parameter to mgmt_new_key
2011-04-28 Johan HedbergBluetooth: Remove old_key_type from mgmt_ev_new_key
2011-04-28 Johan HedbergBluetooth: Fix connection key type updating for buggy...
2011-04-28 Johan HedbergBluetooth: Fix old_key_type logic for non-persistent...
2011-04-28 Johan HedbergBluetooth: Fix link key persistent storage criteria
2011-04-28 Johan HedbergBluetooth: Fix logic in hci_pin_code_request_evt
2011-04-28 Johan HedbergBluetooth: Fix reason code for pairing rejection
2011-04-28 Johan HedbergBluetooth: Add confirm_hint parameter to user confirmat...
2011-04-28 Johan HedbergBluetooth: Fix HCI_CONN_AUTH_PEND flag for all authenti...
2011-04-28 Johan HedbergBluetooth: Add variable SSP auto-accept delay support
2011-04-28 Johan HedbergBluetooth: Add automated SSP user confirmation responses
next