summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: struct tcp_sack_block annotationsAl Viro2007-02-142-2/+2
* [NETFILTER]: Clear GSO bits for TCP reset packetHerbert Xu2007-02-141-0/+3
* [TCP]: Don't apply FIN exception to full TSO segments.John Heffner2007-02-141-1/+2
* TCP: skb is unexpectedly freed.Masayuki Nakagawa2007-02-141-2/+4
* TCP: Fix sorting of SACK blocks.Baruch Even2007-02-141-4/+5
* NETFILTER: arp_tables: missing unregistration on module unloadPatrick McHardy2007-01-221-0/+2
* NETFILTER: NAT: fix NOTRACK checksum handlingPatrick McHardy2007-01-201-5/+6
* TCP: Fix and simplify microsecond rtt samplingJohn Heffner2007-01-091-8/+8
* [IPV4/IPV6]: Fix inet{,6} device initialization order.David L Stevens2007-01-091-2/+3
* [IPV4] ip_fragment: Always compute hash with ipfrag_lock held.David S. Miller2006-12-171-5/+10
* [IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov2006-12-141-6/+6
* [IPSEC]: Fix inetpeer leak in ipv4 xfrm dst entries.David S. Miller2006-12-091-0/+2
* [XFRM]: Use output device disable_xfrm for forwarded packetsPatrick McHardy2006-12-091-1/+1
* remove garbage the sneaked into the ext3 fixAdrian Bunk2006-12-041-2/+2
* add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro2006-11-291-2/+2
* [UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch2006-11-291-5/+14
* [TCP]: Don't use highmem in tcp hash size calculation.John Heffner2006-11-091-2/+2
* [IPV4]: Limit rt cache size properly.Kirill Korotaev2006-11-081-1/+1
* fix RARP ic_servaddr breakageAl Viro2006-11-051-1/+1
* ip_tables: fix table locking in ipt_do_tablePatrick McHardy2006-08-302-2/+4
* ulog: fix panic on SMP kernelsMark Huang2006-08-261-0/+5
* [PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chun...Patrick McHardy2006-06-301-1/+1
* [PATCH] NETFILTER: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)Marcel Holtmann2006-05-302-0/+2
* [PATCH] NETFILTER: SNMP NAT: fix memory corruption (CVE-2006-2444)Patrick McHardy2006-05-221-8/+7
* [PATCH] Netfilter: do_add_counters race, possible oops or info leak (CVE-2006...Chris Wright2006-05-202-2/+2
* [PATCH] NETFILTER: SCTP conntrack: fix infinite loop (CVE-2006-1527)Patrick McHardy2006-05-021-4/+7
* [PATCH] Fix truesize underflowHerbert Xu2006-04-241-1/+3
* [PATCH] ip_route_input panic fix (CVE-2006-1525)Stephen Hemminger2006-04-181-1/+4
* [PATCH] NETFILTER: Fix fragmentation issues with bridge netfilterPatrick McHardy2006-04-171-3/+3
* [PATCH] fib_trie.c node freeing fixDavid S. Miller2006-04-071-6/+6
* [PATCH] {ip, nf}_conntrack_netlink: fix expectation notifier unregistrationMartin Josefsson2006-04-071-1/+1
* [PATCH] TCP: Do not use inet->id of global tcp_socket when sending RST (CVE-2...Alexey Kuznetsov2006-03-271-5/+1
* [NETFILTER]: arp_tables: fix NULL pointer dereferencePatrick McHardy2006-03-121-1/+1
* [IPV4/6]: Fix UFO error propagationPatrick McHardy2006-03-121-3/+4
* [TCP]: tcp_highspeed: fix AIMD table out-of-bounds accessPatrick McHardy2006-03-121-1/+1
* [TCP]: Fix tcp_tso_should_defer() when limit>=65536David S. Miller2006-03-111-0/+4
* [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf2006-03-071-1/+1
* [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy2006-02-271-1/+6
* [IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu2006-02-271-90/+38
* [IPSEC] esp: Kill unnecessary block and indentationHerbert Xu2006-02-271-44/+43
* [IPSEC]: Use TOS when doing tunnel lookupsHerbert Xu2006-02-231-1/+4
* [IPV4]: Fix garbage collection of multipath route entriesSuresh Bhogavilli2006-02-231-1/+1
* [NETFILTER]: Fix outgoing redirects to loopbackPatrick McHardy2006-02-191-11/+5
* [NETFILTER]: Fix NAT PMTUD problemsPatrick McHardy2006-02-191-9/+9
* [NETFILTER]: nf_conntrack: move registration of __nf_ct_attachYasuyuki Kozakai2006-02-151-5/+0
* [XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy2006-02-154-11/+24
* [NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy2006-02-152-3/+44
* [IPV4] ICMP: Invert default for invalid icmp msgs sysctlDave Jones2006-02-131-1/+1
* [TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabledJohn Heffner2006-02-091-1/+2
* [NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov2006-02-092-2/+2