summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet1-0/+1
2011-02-15arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell1-10/+20
2011-02-11ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert1-0/+1
2011-02-04net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller1-0/+30
2011-02-04net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller1-1/+1
2011-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-3/+3
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso1-3/+3
2011-02-01net: Add default_mtu() methods to blackhole dst_opsRoland Dreier1-0/+6
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman3-0/+81
2011-01-26TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu1-1/+1
2011-01-25tcp: fix bug in listening_get_next()Eric Dumazet1-1/+0
2011-01-25inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller1-1/+1
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2-2/+4
2011-01-25net: arp_ioctl() must hold RTNLEric Dumazet1-6/+5
2011-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-01-20Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-2/+4
2011-01-12Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2-62/+28
2011-01-12ah: reload pointers to skb data after calling skb_cow_data()Dang Hongwu1-3/+4
2011-01-12tcp: disallow bind() to reuse addr/portEric Dumazet1-2/+3
2011-01-11arp: allow to invalidate specific ARP entriesMaxim Levitsky1-11/+18
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet2-62/+28
2011-01-10netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-1/+1
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/ne...David S. Miller1-2/+6
2011-01-04ipv4/route.c: respect prefsrc for local routesJoel Sing1-2/+6
2010-12-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-7/+14
2010-12-26ipv4: 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-22Merge branch 'master' into for-nextJiri Kosina18-87/+102
2010-12-21TCP: 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/ne...David S. Miller2-0/+2
2010-12-17net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-12-17net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2-0/+2
2010-12-15net: 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-13ipv4: Don't pre-seed hoplimit metric.David S. Miller7-10/+9
2010-12-13net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller5-5/+5
2010-12-11xfrm: Traffic Flow Confidentiality for IPv4 ESPMartin Willi1-8/+24
2010-12-10net: 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-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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