aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman37-685/+871
2011-01-06netfilter: fix export secctx error handlingPablo Neira Ayuso1-1/+1
2011-01-06ipv4: IP defragmentation must be ECN awareEric Dumazet1-0/+34
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+6
2011-01-04ipv4/route.c: respect prefsrc for local routesJoel Sing1-2/+6
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+14
2010-12-25ipv4: dont create routes on down devicesEric Dumazet1-3/+4
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller1-2/+8
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina1-17/+12
2010-12-23tcp: fix listening_get_next()Eric Dumazet1-2/+2
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-3/+8
2010-12-20ipv4: Flush per-ns routing cache more sanely.David S. Miller2-41/+29
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2-0/+2
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller1-9/+20
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller3-13/+27
2010-12-13net: add limits to ip_default_ttlEric Dumazet1-2/+5
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller7-10/+9
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller5-5/+5
2010-12-10xfrm: Traffic Flow Confidentiality for IPv4 ESPMartin Willi1-8/+24
2010-12-09net: optimize INET input path furtherEric Dumazet1-4/+3
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller3-35/+44
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-26/+36
2010-12-08tcp: protect sysctl_tcp_cookie_size readsEric Dumazet1-12/+15
2010-12-08tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2010-12-08tcp: Replace time wait bucket msg by counterTom Herbert2-1/+2
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-8/+9
2010-12-08tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2010-12-06net: arp: use assignmentChangli Gao1-1/+1
2010-12-06net: kill an RCU warning in inet_fill_link_af()Eric Dumazet1-4/+4
2010-12-02tcp: use TCP_BASE_MSS to set basic mss valueShan Wei1-1/+1
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller2-30/+35
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller1-4/+4
2010-12-01ipip: add module alias for tunl0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: add module alias for gre0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: minor cleanupsstephen hemminger1-2/+2
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller2-28/+38
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller1-0/+2
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.David S. Miller1-9/+18
2010-11-30inetpeer: Abstract address comparisons.David S. Miller1-8/+27
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller4-9/+9
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller2-9/+9
2010-11-30inetpeer: Abstract out the tree root accesses.David S. Miller1-50/+69
2010-11-28inet: Fix __inet_inherit_port() to correctly increment bsockets and num_ownersNagendra Tomar1-2/+1
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König1-16/+16
2010-11-28tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)Alexey Dobriyan1-1/+5
2010-11-27netns: Don't leak others' openreq-s in procPavel Emelyanov1-1/+3
2010-11-27rtnl: make link af-specific updates atomicThomas Graf1-5/+21
2010-11-24tcp: Make TCP_MAXSEG minimum more correct.David S. Miller1-1/+1