aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-07-29Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-28tcp: fix false undo corner casesYuchung Cheng
2014-07-28igmp: fix the problem when mc leave groupdingtianhong
2014-07-28ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt
2014-07-28tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet
2014-07-28ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-07-28ip_tunnel: fix ip_tunnel_lookupDmitry Popov
2014-07-01Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-06-26udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-06-26net: tunnels - enable module autoloadingTom Gundersen
2014-06-17Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-06-16netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal
2014-06-13Merge remote-tracking branch 'lsk/v3.14/topic/aosp' into linux-linaro-lsk-v3....Mark Brown
2014-06-13Merge tag 'v3.14' into linaro-android-3.14-lskJohn Stultz
2014-05-31ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-05-31ip_tunnel: Initialize the fallback device properlySteffen Klassert
2014-05-31ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich
2014-05-31net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal
2014-05-31ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs
2014-05-31ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai
2014-05-31tcp_cubic: fix the range of delayed_ackLiu Yu
2014-05-31ipv4: return valid RTA_IIF on ip route getJulian Anastasov
2014-05-31net: ipv4: current group_info should be put after using.Wang, Xiaoming
2014-05-31vti: don't allow to add the same tunnel twiceNicolas Dichtel
2014-05-31gre: don't allow to add the same tunnel twiceNicolas Dichtel
2014-05-31netfilter: Can't fail and free after table replacementThomas Graf
2014-04-04net: Drop unnecssary pinet6 checkJohn Stultz
2014-04-04net: kuid/kguid build fixesJohn Stultz
2014-04-04tcp: Fix build error if IPV6 is not selectedTushar Behera
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar
2014-03-20ipmr: fix mfc notification flagsNicolas Dichtel
2014-03-19tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall
2014-03-19net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).Chia-chi Yeh
2014-03-19misc: uidstat: Adding uid stat driver to collect network statistics.Mike Chan
2014-03-19sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window sizeRobert Love
2014-03-19net: socket ioctl to reset connections matching local addressRobert Love
2014-03-19Paranoid network.Robert Love
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-06inet: frag: make sure forced eviction removes all fragsFlorian Westphal
2014-03-05net: fix for a race condition in the inet frag codeNikolay Aleksandrov
2014-03-03ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng