summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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-26net: tunnels - enable module autoloadingTom Gundersen
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-05-22ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-05-21ip_tunnel: Initialize the fallback device properlySteffen Klassert
2014-05-16ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-05-08ping: move ping_group_range out of CONFIG_SYSCTLCong Wang
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang
2014-05-07ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich
2014-05-07net: ip: push gso skb forwarding handling down the stackFlorian Westphal
2014-05-07net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal
2014-05-05ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai
2014-05-05ipv4: fix "conntrack zones" support for defrag user check in ip_expireVasily Averin
2014-05-04netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal
2014-04-30tcp_cubic: fix the range of delayed_ackLiu Yu
2014-04-30tcp: increment retransmit counters in tlp and fast openEric Dumazet
2014-04-29xfrm4: Properly handle unsupported protocolsSteffen Klassert
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang
2014-04-16vti4: Don't count header length twice.Steffen Klassert
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-13ipv4: return valid RTA_IIF on ip route getJulian Anastasov
2014-04-13net: ipv4: current group_info should be put after using.Wang, Xiaoming
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter
2014-04-07xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet