summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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
2010-10-28net: blackhole route should always be recalculatedJianzhao Wang
2010-10-28tcp: Fix race in tcp_pollTom Marshall
2010-10-28ip: fix truesize mismatch in ip fragmentationEric Dumazet
2010-10-28tcp: Fix >4GB writes on 64-bit.David S. Miller
2010-10-28xfrm4: strip ECN and IP Precedence bits in policy lookupUlrich Weber
2010-09-26net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani
2010-09-26tcp: fix three tcp sysctls tuningEric Dumazet
2010-09-26tcp: Combat per-cpu skew in orphan tests.David S. Miller
2010-09-26tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro
2010-08-13arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2010-08-02tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen
2010-05-26ipv4: udp: fix short packet and bad checksum loggingBjørn Mork
2010-04-26tcp: fix ICMP-RTO warDamian Lukowski
2010-03-15inet: Remove bogus IGMPv3 report handlingHerbert Xu
2010-03-15net: Fix sysctl restarts...Eric W. Biederman
2010-02-23netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy
2010-02-23netfilter: xtables: compat out of scope fixAlexey Dobriyan
2010-02-09net: restore ip source validationJamal Hadi Salim
2010-01-06netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy
2009-12-18ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy
2009-11-29ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL...David Ford
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter
2009-11-13tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen
2009-11-06ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik
2009-10-30gre: Fix dev_addr clobbering for gretapHerbert Xu
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet
2009-10-29net: Fix RPF to work with policy routingjamal
2009-10-29AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman
2009-10-22net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven
2009-10-20tcp: Try to catch MSG_PEEK bugHerbert Xu
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet
2009-10-19tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov
2009-10-19tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov
2009-10-19tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov
2009-10-19Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller
2009-10-13udp: Fix udp_poll() and ioctl()Eric Dumazet
2009-10-13tcp: fix tcp_defer_accept to consider the timeoutWilly Tarreau
2009-10-07ipv4: arp_notify address list bugStephen Hemminger
2009-10-02net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet
2009-10-01net: Use sk_mark for routing lookup in more placesAtis Elsts
2009-10-01IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman
2009-10-01net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-24tunnel: eliminate recursion fieldEric Dumazet