summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+3
* ipv4: Use frag list abstraction interfaces.David S. Miller2009-06-092-5/+5
* ipv4: remove ip_mc_drop_socket() declaration from af_inet.c.Rami Rosen2009-06-031-1/+0
* net: skb->dst accessorsEric Dumazet2009-06-0322-92/+91
* net: skb->rtable accessorEric Dumazet2009-06-0315-50/+57
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-2/+9
|\
| * tcp: tcp_vegas ssthresh bugfixDoug Leith2009-05-251-2/+9
* | ipv4: New multicast-all socket optionNivedita Singhvi2009-06-023-1/+13
* | net: ipv4/ip_sockglue.c cleanupsEric Dumazet2009-06-021-37/+36
* | tcp: fix loop in ofo handling code and reduce its complexityIlpo Järvinen2009-05-291-17/+11
* | net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet2009-05-291-0/+1
* | net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet2009-05-291-0/+1
* | tcp: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-282-45/+90
* | tcp: Do not check flush when comparing options for GROHerbert Xu2009-05-271-1/+1
* | ipv4: Use 32-bit loads for ID and length in GROHerbert Xu2009-05-271-4/+4
* | gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-272-9/+26
* | tcp: Optimise len/mss comparisonHerbert Xu2009-05-271-1/+1
* | tcp: Remove unnecessary window comparisons for GROHerbert Xu2009-05-271-1/+1
* | tcp: Optimise GRO port comparisonsHerbert Xu2009-05-271-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-253-42/+26
|\|
| * ipv4: Fix oops with FIB_TRIERobert Olsson2009-05-211-1/+5
| * net: fix rtable leak in net/ipv4/route.cEric Dumazet2009-05-201-38/+17
| * net: fix length computation in rt_check_expire()Eric Dumazet2009-05-201-2/+3
| * ipv4: make default for INET_LRO consistent with help textFrans Pop2009-05-181-1/+1
* | net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen2009-05-201-1/+1
* | ipv4: teach ipconfig about the MTU option in DHCPChris Friesen2009-05-191-4/+37
* | net: Fix devinet_sysctl_forwardEric W. Biederman2009-05-181-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-183-2/+17
|\|
| * tcp: fix MSG_PEEK race checkIlpo Järvinen2009-05-181-1/+4
| * ipconfig: handle case of delayed DHCP serverChris Friesen2009-05-171-0/+12
| * ipv4: Make INET_LRO a bool instead of tristate.David S. Miller2009-05-081-1/+1
* | ipv4: cleanup: remove unnecessary include.Rami Rosen2009-05-181-1/+0
* | ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen2009-05-184-7/+3
* | ipv4: remove an unused parameter from configure method of fib_rules_ops.Rami Rosen2009-05-171-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-081-10/+0
|\|
| * tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH2009-05-041-10/+0
* | net: Make inet_twsk_put similar to sock_putArnaldo Carvalho de Melo2009-05-061-10/+13
* | tcp:fix the code indentShan Wei2009-05-051-1/+1
* | tcp: extend ECN sysctl to allow server-side only ECNIlpo Järvinen2009-05-042-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-293-181/+72
|\|
| * netfilter: revised locking for x_tablesStephen Hemminger2009-04-282-180/+71
| * ipv4: Limit size of route cache hash tableAnton Blanchard2009-04-271-1/+1
* | inet_diag: Remove dup assignmentsArnaldo Carvalho de Melo2009-04-281-2/+0
* | gro: Fix COMPLETE checksum handlingHerbert Xu2009-04-271-1/+1
* | snmp: add missing counters for RFC 4293Neil Horman2009-04-273-13/+22
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-212-3/+5
|\|
| * tcp: fix mid-wq adjustment helperIlpo Järvinen2009-04-201-1/+1
| * gro: Fix use after free in tcp_gro_receiveHerbert Xu2009-04-171-2/+4
* | syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal2009-04-201-3/+2
* | [PATCH] net: remove superfluous call to synchronize_net()Eric Dumazet2009-04-171-2/+0
|/