summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-051-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-041-1/+1
| | * | | netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-041-2/+3
* | | | | net: Allow no-cache copy from user on transmitTom Herbert2011-04-041-3/+4
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-041-1/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen2011-04-011-1/+2
| |/ /
* | | ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller2011-03-311-12/+6
* | | ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller2011-03-311-11/+7
* | | ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller2011-03-311-11/+7
* | | ipv4: Use flowi4_init_output() in ip_send_reply()David S. Miller2011-03-311-10/+8
* | | ipv4: Use flowi4_init_output() in inet_connection_sock.cDavid S. Miller2011-03-311-12/+6
* | | fib: add __rcu annotationsEric Dumazet2011-03-311-45/+58
|/ /
* | fib: add rtnl locking in ip_fib_net_exitEric Dumazet2011-03-301-0/+2
* | net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs2011-03-301-0/+3
|/
* ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller2011-03-281-0/+1
* ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe2011-03-271-3/+3
OpenPOWER on IntegriCloud