summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fib_trie: Fix lookup error returnBen Hutchings2008-07-111-11/+6Star
* tcp: correct kcalloc usageMilton Miller2008-07-111-1/+1
* netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells2008-07-101-1/+1
* tcp: fix a size_t < 0 comparison in tcp_read_sockOctavian Purdila2008-07-031-1/+2
* tcp: net/ipv4/tcp.c needs linux/scatterlist.hAndrew Morton2008-07-031-0/+1
* net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen2008-06-281-2/+1Star
* inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov2008-06-282-5/+13
* tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger2008-06-281-3/+3
* tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg2008-06-281-3/+6
* xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert2008-06-181-1/+1
* netfilter: nf_nat: fix RCU racesPatrick McHardy2008-06-181-2/+1Star
* ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen2008-06-171-4/+0Star
* raw: Restore /proc/net/raw correct behaviorEric Dumazet2008-06-171-1/+1
* tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller2008-06-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-136-88/+31Star
|\
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-136-88/+31Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-113-4/+6
|\|
| * net: Fix routing tables with id > 255 for legacy softwareKrzysztof Piotr Oledzki2008-06-111-1/+4
| * inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2008-06-102-3/+2Star
* | asn1: additional sanity checking during BER decodingChris Wright2008-06-051-0/+14
|/
* tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.Octavian Purdila2008-06-051-1/+8
* tcp: Increment OUTRSTS in tcp_send_active_reset()Sridhar Samudrala2008-06-051-0/+2
* raw: Raw socket leak.Denis V. Lunev2008-06-051-0/+9
* Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yos...David S. Miller2008-06-042-2/+3
|\
| * [IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev2008-06-041-1/+2
| * [IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.YOSHIFUJI Hideaki2008-06-041-1/+1
* | tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen2008-06-041-3/+3
* | tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen2008-06-041-10/+19
* | route: Remove unused ifa_anycast fieldThomas Graf2008-06-041-9/+0Star
* | route: Mark unused routing attributes as suchThomas Graf2008-06-041-1/+0Star
* | route: Mark unused route cache flags as such.Thomas Graf2008-06-041-1/+1
|/
* net: The world is not perfect patch.Rami Rosen2008-05-222-274/+2Star
* net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng2008-05-221-3/+2Star
* tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala2008-05-221-4/+6
* ipsec: Use the correct ip_local_out functionHerbert Xu2008-05-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-146-19/+24
|\
| * cipso: Relax too much careful cipso hash function.Pavel Emelyanov2008-05-141-2/+2
| * tcp FRTO: work-around inorder receiversIlpo Järvinen2008-05-131-4/+11
| * tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen2008-05-131-1/+1
| * net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-134-12/+10Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-092-6/+9
|\|
| * net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)2008-05-081-1/+1
| * tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen2008-05-081-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-062-16/+17
|\|
| * ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2008-05-052-15/+16
| * ip: Make use of the inline function dst_metric_locked()Satoru SATOH2008-05-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-038-39/+38Star
|\|
| * net: use get/put_unaligned_* helpersHarvey Harrison2008-05-032-19/+17Star
| * ipv4: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-022-11/+6Star
| * netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-3/+3