summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Initialize cork->opt using NULL not 0.David S. Miller2011-05-061-1/+1
* ipv4: Initialize on-stack cork more efficiently.David S. Miller2011-05-061-1/+4
* inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-061-10/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-053-20/+16
|\
| * net: ip_expire() must revalidate routeEric Dumazet2011-05-041-16/+15
| * sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu2011-05-021-1/+1
| * ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan2011-05-011-3/+0
* | net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-052-10/+0
* | ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller2011-05-041-16/+21
* | ipv4: Pass explicit saddr/daddr args to ipmr_get_route().David S. Miller2011-05-042-9/+11
* | ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.David S. Miller2011-05-041-2/+2
* | ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit().David S. Miller2011-05-041-2/+2
* | ipv4: Use flowi4's {saddr,daddr} in igmpv3_newpack() and igmp_send_report()David S. Miller2011-05-031-3/+3
* | ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-035-14/+22
* | ipv4: Renamt struct rtable's rt_tos to rt_key_tos.David S. Miller2011-05-032-13/+13
* | ipv4: Rework ipmr_rt_fib_lookup() flow key initialization.David S. Miller2011-05-031-7/+9
* | ipv4: Make sure flowi4->{saddr,daddr} are always set.David S. Miller2011-05-021-6/+5
* | ipv4, ipv6, bonding: Restore control over number of peer notificationsBen Hutchings2011-04-291-1/+0
* | 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: 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: Use caller's on-stack flowi as-is in output route lookups.David S. Miller2011-04-281-78/+80
* | net: Use non-zero allocations in dst_alloc().David S. Miller2011-04-281-31/+47
* | net: Make dst_alloc() take more explicit initializations.David S. Miller2011-04-281-25/+15
* | inet: add RCU protection to inet->optEric Dumazet2011-04-2811-149/+205
* | 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-273-7/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-0/+7
|\ \ | |/
| * net: provide cow_metrics() methods to blackhole dst_opsHeld Bernhard2011-04-251-0/+7
* | inet: constify ip headers and in6_addrEric Dumazet2011-04-2219-55/+57
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-192-23/+23
|\ \
| * | netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-042-23/+23
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-194-15/+12
|\ \ \ | | |/ | |/|
| * | ip: ip_options_compile() resilient to NULL skb routeEric Dumazet2011-04-141-3/+3
| * | Revert "tcp: disallow bind() to reuse addr/port"David S. Miller2011-04-131-3/+2
| * | net: Do not wrap sysctl igmp_max_memberships in IP_MULTICASTJoakim Tjernlund2011-04-121-3/+0
| * | inetpeer: reduce stack usageEric Dumazet2011-04-121-6/+7
* | | bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings2011-04-171-0/+1
* | | ipv4: Call fib_select_default() only when actually necessary.David S. Miller2011-04-142-1/+10
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-1114-20/+20
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-113-4/+10
| |\ \
| * \ \ Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-0714-20/+20
| |\ \ \
| | * | | Fix common misspellingsLucas De Marchi2011-03-3114-20/+20
* | | | | Disable rp_filter for IPsec packetsMichael Smith2011-04-101-1/+5
* | | | | fib_validate_source(): pass sk_buff instead of markMichael Smith2011-04-102-14/+12
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-073-4/+10
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi2011-04-072-2/+7
OpenPOWER on IntegriCloud