summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-06-19net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau
2014-05-19ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2014-05-19tcp_cubic: fix the range of delayed_ackLiu Yu
2014-05-19tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger
2014-05-19tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell
2014-05-19inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2014-05-19sctp: unbalanced rcu lock in ip_queue_xmit()Nicolas Dichtel
2014-05-19inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell
2014-05-19inet: fix possible seqlock deadlocksEric Dumazet
2014-05-19inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2014-05-19inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2014-05-19ipv4: fix possible seqlock deadlockEric Dumazet
2014-05-19tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2014-05-19sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar
2014-05-19ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet
2014-05-19tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2014-05-19ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2014-05-19net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2014-05-19tcp: must unclone packets before mangling themEric Dumazet
2013-06-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik
2013-06-10tcp: preserve ACK clocking in TSOEric Dumazet
2013-06-10tcp: allow splice() to build full TSO packetsEric Dumazet
2013-06-10inet: add RCU protection to inet->optEric Dumazet
2013-06-10net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer
2013-06-10net: prevent setting ttl=0 via IP_TTLCong Wang
2013-06-10ipv4: check rt_genid in dst_checkBenjamin LaHaise
2012-10-07tcp: drop SYN+FIN messagesEric Dumazet
2012-10-07tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-10-07tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-10-07cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-10-07ipsec: be careful of non existing mac headersEric Dumazet
2012-10-07tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller
2012-02-13net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2012-02-13net: fix sk_forward_alloc corruptionsEric Dumazet
2011-08-15net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-08-08tunnels: fix netns vs proto registration orderingAlexey Dobriyan
2011-08-08gre: fix netns vs proto registration orderingAlexey Dobriyan
2011-07-13udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang
2011-07-13net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner
2011-07-13inet_diag: fix inet_diag_bc_audit()Eric Dumazet
2011-05-09udp: Fix bogus UFO packet generationHerbert Xu
2011-04-14inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage
2011-04-14netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov
2011-04-14netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov
2011-04-14netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov
2011-03-14net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-07arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell
2011-03-02tcp: Make TCP_MAXSEG minimum more correct.David S. Miller
2011-03-02tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller
2010-12-09Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overf...Robin Holt