summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee2015-10-011-2/+5
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-10-011-4/+12
* xfrm: Increase the garbage collector thresholdSteffen Klassert2015-07-031-1/+1
* udp: fix behavior of wrong checksumsEric Dumazet2015-06-221-4/+2
* ipv4: Avoid crashing in ip_errorEric W. Biederman2015-06-221-0/+4
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-131-0/+1
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-061-21/+29
* tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-05-061-1/+19
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-061-0/+3
* tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-291-0/+2
* tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-291-3/+4
* tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-04-291-1/+1
* remove extra definitions of U32_MAXAlex Elder2015-04-291-3/+0
* conditionally define U32_MAXAlex Elder2015-04-291-0/+2
* tcp: Fix crash in TCP Fast OpenBen Hutchings2015-04-191-0/+1
* tcp: make connect() mem charging friendlyEric Dumazet2015-03-261-35/+27
* tcp: fix tcp fin memory accountingJosh Hunt2015-03-261-5/+1
* inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-261-3/+15
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-181-1/+2
* ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-03-181-4/+7
* ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-03-181-1/+1
* ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-262-32/+35
* tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-02-261-0/+1
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-02-261-1/+4
* udp_diag: Fix socket skipping within chainHerbert Xu2015-02-261-1/+3
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-02-262-5/+7
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-02-261-6/+2
* tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-271-2/+2
* ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen2014-12-061-0/+4
* ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin2014-11-141-3/+9
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2014-11-141-1/+1
* tcp: fixing TLP's FIN recoveryPer Hurtig2014-10-151-3/+1
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-10-152-3/+4
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-08-141-1/+2
* tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-08-141-1/+1
* ip: make IP identifiers less predictableEric Dumazet2014-08-141-3/+33
* inetpeer: get rid of ip_id_countEric Dumazet2014-08-148-56/+28
* ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-281-0/+4
* tcp: fix false undo corner casesYuchung Cheng2014-07-282-6/+8
* igmp: fix the problem when mc leave groupdingtianhong2014-07-281-4/+6
* ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt2014-07-281-2/+0
* tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch2014-07-281-1/+2
* ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-07-281-7/+8
* tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-07-281-1/+1
* ip_tunnel: fix ip_tunnel_lookupDmitry Popov2014-07-281-4/+8
* netfilter: ipt_ULOG: fix info leaksMathias Krause2014-07-061-6/+1
* ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet2014-06-261-5/+15
* ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-261-2/+2
* tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng2014-06-261-6/+5
* net: tunnels - enable module autoloadingTom Gundersen2014-06-261-0/+1