summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-05-20Merge tag 'v3.8.13'Scott Wood
2013-05-11netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal
2013-05-01net: drop dst before queueing fragmentsEric Dumazet
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet
2013-05-01esp4: fix error return code in esp_output()Wei Yongjun
2013-05-01tcp: Reallocate headroom if it would overflow csum_startThomas Graf
2013-05-01tcp: incoming connections might use wrong route under synfloodDmitry Popov
2013-04-17Merge tag 'v3.8.8'Scott Wood
2013-04-16ASF_QOS: Adding Hooks to offload Marking Rules.Sachin Saxena
2013-04-05Merge tag 'v3.8.4-rt2'Scott Wood
2013-04-05tcp: undo spurious timeout after SACK renegingYuchung Cheng
2013-04-05tcp: preserve ACK clocking in TSOEric Dumazet
2013-04-04net: Use get_cpu_light() in ip_send_unicast_reply()Thomas Gleixner
2013-04-04net: sysrq via icmpCarsten Emde
2013-04-03net/ipv4 : Exporting ip_forward functionSachin Saxena
2013-04-03netfilter/ipv4: Offload TCP session information in ip_ct_tcp_stateSachin Saxena
2013-04-03net/ipv4: Exporting ip_rcv_options and ip_forward_options functionsSachin Saxena
2013-04-03net/ipv4: IPv4 Route Flush callback added.Sachin Saxena
2013-03-28inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2013-03-28tcp: dont handle MTU reduction on LISTEN socketEric Dumazet
2013-03-28Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs
2013-03-28tcp: fix skb_availroom()Eric Dumazet
2013-03-28net/ipv4: Ensure that location of timestamp option is storedDavid Ward
2013-03-21netfilter/ipv4: Hooks to send iptable changes notificationArun Pathak
2013-03-20tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell
2013-02-28tcp: fix SYN-data space mis-accountingYuchung Cheng
2013-02-28ipv4: fix error handling in icmp_protocol.Li Wei
2013-02-28ipv6: use a stronger hash for tcpEric Dumazet
2013-02-28ipv4: fix a bug in ping_err().Li Wei
2013-02-11arp: fix possible crash in arp_rcv()Eric Dumazet
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng
2013-01-29tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi
2013-01-28IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar
2013-01-22ipv4: Fix route refcount on pmtu discoverySteffen Klassert
2013-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert
2013-01-21ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert
2013-01-21xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert
2013-01-20tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet
2013-01-17ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert
2013-01-17ipv4: Remove output route check in ipv4_mtuSteffen Klassert
2013-01-11tcp: accept RST without ACK flagEric Dumazet
2013-01-10tcp: fix splice() and tcp collapsing interactionEric Dumazet
2013-01-10tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet
2013-01-09net: prevent setting ttl=0 via IP_TTLCong Wang
2013-01-08ah4/esp4: set transport header correctly for IPsec tunnel mode.Li RongQing