tipc: Avoid recomputation of outgoing message length
[deliverable/linux.git] / net /
2011-05-10  Allan Stephenstipc: Avoid recomputation of outgoing message length
2011-05-10  Allan Stephenstipc: Abort excessive send requests as early as possible
2011-05-10  Allan Stephenstipc: Strengthen checks for neighboring node discovery
2011-05-10  Paul Gortmakertipc: make zone/cluster mask constants a define
2011-05-10  Allan Stephenstipc: Fix sk_buff leaks when link congestion is detected
2011-05-10  Allan Stephenstipc: Update destination node field on incoming multica...
2011-05-10  Allan Stephenstipc: Fix problem with bundled multicast message
2011-05-10  Allan Stephenstipc: Set name lookup scope field properly in all data...
2011-05-10  Allan Stephenstipc: Fix issues with fragmentation of an existing...
2011-05-10  Allan Stephenstipc: Avoid pointless masking of fragmented message...
2011-05-10  Allan Stephenstipc: Don't initialize link selector field in fragmente...
2011-05-10  Allan Stephenstipc: Remove code to emulate loss of broadcast messages
2011-05-10  Allan Stephenstipc: Cosmetic consolidation of internal message type...
2011-05-10  Allan Stephenstipc: Eliminate unused routing message definitions
2011-05-10  Allan Stephenstipc: Update comments in message header include file
2011-05-10  Michal Marektipc: Drop __TIME__ usage
2011-05-09  David S. Millersctp: Fix debug message args.
2011-05-09  David S. Milleripv4: Pass flow key down into ip_append_*().
2011-05-09  David S. Milleripv4: Pass flow keys down into datagram packet building...
2011-05-09  David S. Millerudp: Use flow key information instead of rt->rt_{src...
2011-05-08  Mahesh Bandewarnet: Allow ethtool to set interface in loopback mode.
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...
next
This page took 0.068603 seconds and 8 git commands to generate.