summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Limit window scaling if window is clamped.Stephen Hemminger2006-08-221-0/+1
* [NETFILTER]: arp_tables: fix table locking in arpt_do_tablePatrick McHardy2006-08-221-1/+2
* [NETFILTER]: ip_tables: fix table locking in ipt_do_tablePatrick McHardy2006-08-171-1/+2
* [NETFILTER]: ctnetlink: fix deadlock in table dumpingPatrick McHardy2006-08-171-10/+7
* [IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov2006-08-171-6/+6
* [MCAST]: Fix filter leak on device removal.David L Stevens2006-08-171-13/+19
* [IPV4]: Possible leak of multicast source filter sctructureMichal Ruzicka2006-08-171-3/+3
* [INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu2006-08-131-2/+2
* [NETFILTER]: ulog: fix panic on SMP kernelsMark Huang2006-08-131-0/+5
* [NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init pathPatrick McHardy2006-08-132-15/+45
* [NETFILTER]: xt_hashlimit: fix limit off-by-onePatrick McHardy2006-08-131-7/+4
* [TCP]: Fix botched memory leak fix to tcpprobe_read().David S. Miller2006-08-131-1/+2
* [TCP]: SNMPv2 tcpOutSegs counter errorWei Yongjun2006-08-071-3/+9
* [IPV4]: Limit rt cache size properly.Kirill Korotaev2006-08-071-1/+1
* [TCP]: Fixes IW > 2 cases when TCP is application limitedIlpo Järvinen2006-08-041-1/+2
* [NET]: Fix more per-cpu typosAlexey Dobriyan2006-08-021-1/+1
* [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang2006-08-021-2/+7
* [IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter errorWei Dong2006-08-021-3/+4
* [NETFILTER]: xt_hashlimit/xt_string: missing string validationPatrick McHardy2006-08-021-0/+3
* [NETFILTER]: SIP helper: expect RTP streams in both directionsPatrick McHardy2006-08-021-1/+1
* [TCP]: Process linger2 timeout consistently.David S. Miller2006-08-021-1/+2
* [NET]: Core net changes to generate neteventsTom Tucker2006-08-021-0/+8
* [TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun2006-08-022-3/+3
* [TCP]: fix memory leak in net/ipv4/tcp_probe.c::tcpprobe_read()James Morris2006-08-021-1/+1
* [IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg().Tetsuo Handa2006-07-251-0/+1
* [IPV4] ipmr: ip multicast route bug fix.Alexey Kuznetsov2006-07-251-6/+13
* [IPV4]: Clear the whole IPCB, this clears also IPCB(skb)->flags.Guillaume Chazarain2006-07-241-1/+1
* [NETFILTER]: SNMP NAT: fix byteorder confusionPatrick McHardy2006-07-241-2/+2
* [NETFILTER]: conntrack: fix SYSCTL=n compileAdrian Bunk2006-07-241-2/+2
* [NETFILTER]: H.323 helper: fix possible NULL-ptr dereferencePatrick McHardy2006-07-241-1/+1
* [IPV4]: Fix nexthop realm dumping for multipath routesPatrick McHardy2006-07-211-4/+8
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-2115-47/+22
* [IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu2006-07-215-6/+0
* [IPV4]: Clear skb cb on IP inputStephen Hemminger2006-07-141-0/+3
* [IPV4]: Fix error handling for fib_insert_node callHerbert Xu2006-07-121-1/+1
* [IPCOMP]: Fix truesize after decompressionHerbert Xu2006-07-121-1/+2
* [TCP] tcp_highspeed: Fix AI updates.Xiaoliang (David) Wei2006-07-121-4/+9
* [TCP]: Remove TCP CompoundDavid S. Miller2006-07-103-459/+0
* [IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu2006-07-101-1/+1
* [NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2006-07-081-2/+2
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-082-0/+54
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-082-3/+3
* [NET]: Verify gso_type too in gso_segmentHerbert Xu2006-07-032-4/+23
* [PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar2006-07-031-1/+1
* [PATCH] lockdep: fix RT_HASH_LOCK_SZIngo Molnar2006-07-031-9/+14
* [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-031-1/+2
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-032-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-305-14/+20
|\
| * [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-301-2/+2
| * [NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2006-06-303-7/+6
OpenPOWER on IntegriCloud