summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-02-11net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner
2011-04-30net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani
2011-04-30inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage
2011-04-30netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov
2011-04-30netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov
2011-04-30netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov
2011-04-30tcp: Make TCP_MAXSEG minimum more correct.David S. Miller
2011-04-30tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller
2010-12-09tcp: Fix race in tcp_pollTom Marshall
2010-12-09Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overf...Robin Holt
2010-12-09xfrm4: strip ECN and IP Precedence bits in policy lookupUlrich Weber
2010-04-01tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG()Robert Varga
2009-07-02tcp: advertise MSS requested by userTom Quetchenbach
2009-06-11tcp: fix >2 iw selectionIlpo Järvinen
2009-05-02netfilter: {ip, ip6, arp}_tables: fix incorrect loop detectionPatrick McHardy
2009-02-17tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis
2009-02-17tcp: splice as many packets as possible at onceWilly Tarreau
2009-02-17udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet
2009-02-17udp: Fix UDP short packet false positiveJesper Dangaard Brouer
2009-02-17ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores
2009-01-24tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek
2008-12-13udp: multicast packets need to check namespaceEric Dumazet
2008-11-20net: fix /proc/net/snmp as memory corruptorEric Dumazet
2008-11-06tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen
2008-11-06syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal
2008-10-25netfilter: restore lost ifdef guarding defrag exceptionPatrick McHardy
2008-10-25netfilter: snmp nat leaks memory in case of failureIlpo Järvinen
2008-10-07tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera
2008-10-07tcp: Fix possible double-ack w/ user dmaAli Saidi
2008-10-01tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev
2008-09-15udp: Fix rcv socket lockingHerbert Xu
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano
2008-09-02ipv: Re-enable IP when MTU > 68Breno Leitao
2008-08-27ipv4: mode 0555 in ipv4_skeletonHugh Dickins
2008-08-27tcp: fix tcp header size miscalculation when window scale is unusedPhilip Love
2008-08-25ipv4: sysctl fixesAl Viro
2008-08-23icmp: icmp_sk() should not use smp_processor_id() in preemptible codeDenis V. Lunev
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger
2008-08-18netfilter: ipt_addrtype: Fix matching of inverted destination address typeAnders Grafström
2008-08-15ipv4: Disable route secret interval on zero intervalHerbert Xu
2008-08-13netns: Fix crash by making igmp per namespaceDaniel Lezcano
2008-08-11Merge branch 'stealer/ipvs/for-davem' of git://git.stealer.net/linux-2.6David S. Miller
2008-08-11ipvs: Explictly clear ip_vs_stats membersSimon Horman
2008-08-11ipvs: No need to zero out ip_vs_stats during initializationSven Wegener
2008-08-11ipvs: Embed estimator object into stats objectSven Wegener
2008-08-11ipvs: Mark net_vs_ctl_path constSven Wegener
2008-08-11ipvs: Annotate init functions with __initSven Wegener
2008-08-11ipvs: Initialize schedulers' struct list_head at compile timeSven Wegener
2008-08-11ipvs: Use list_empty() instead of open-coding the same functionalitySven Wegener
2008-08-11ipvs: Fix possible deadlock in estimator codeSven Wegener