aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller1-1/+5
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller1-2/+2
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller1-2/+2
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller1-1/+1
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei3-17/+0
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-10/+24
2011-02-19tcp: fix inet_twsk_deschedule()Eric Dumazet1-0/+2
2011-02-18ipv4: Implement __ip_dev_find using new interface address hash.David S. Miller2-40/+33
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller1-0/+45
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet1-0/+1
2011-02-17ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller2-16/+18
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.David S. Miller1-5/+5
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller1-5/+2
2011-02-17ipv4: Consolidate ipv4 dst allocation logic.David S. Miller1-31/+21
2011-02-17ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow().David S. Miller1-7/+6
2011-02-17ipv4: Simplify output route creation call sequence.David S. Miller1-35/+23
2011-02-14ipv4: Cache learned redirect information in inetpeer.David S. Miller1-94/+42
2011-02-14ipv4: Cache learned PMTU information in inetpeer.David S. Miller1-174/+86
2011-02-14arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell1-10/+20
2011-02-14ipv4: fix rcu lock imbalance in fib_select_default()Eric Dumazet1-1/+1
2011-02-11ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert1-0/+1
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller1-1/+18
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.David S. Miller1-0/+2
2011-02-10inetpeer: Abstract address representation further.David S. Miller2-4/+4
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-1/+0
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel1-6/+19
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller3-59/+89
2011-02-04ipv4: Don't miss existing cached metrics in new routes.David S. Miller1-14/+17
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+40
2011-02-03net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller1-0/+30
2011-02-03net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller1-1/+1
2011-02-02ipv4: Fix fib_trie build in some configurations.David S. Miller1-60/+60
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller1-1/+1
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-3/+3
2011-02-01ipv4: Rename fib_hash_* locals in fib_semantics.cDavid S. Miller1-20/+20
2011-02-01ipv4: Update some fib_hash centric interface names.David S. Miller2-7/+6
2011-02-01ipv4: Remove fib_hash.David S. Miller3-1101/+2
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso1-3/+3
2011-01-31ipv4: Consolidate all default route selection implementations.David S. Miller5-162/+57
2011-01-31ipv4: Remember FIB alias list head and table in lookup results.David S. Miller4-8/+11
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+81
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman3-0/+81
2011-01-28ipv4: If fib metrics are default, no need to grab ref to FIB info.David S. Miller1-2/+4
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller1-4/+8
2011-01-28ipv4: Allocate fib metrics dynamically.David S. Miller1-0/+4
2011-01-27net: Pre-COW metrics for TCP.David S. Miller1-3/+23
2011-01-27net: Store ipv4/ipv6 COW'd metrics in inetpeer cache.David S. Miller1-7/+11