summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-11-14ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-11-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-10-15tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2-3/+4
2014-08-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-08-14tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-08-14ip: make IP identifiers less predictableEric Dumazet1-3/+33
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet8-56/+28
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-28tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-28igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-28ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-28tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-07-28ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-7/+8
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-07-28ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-06netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2014-06-26ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-06-26tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-26net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-06-16netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2014-05-30ipv4: initialise the itag variable in __mkroute_inputLi RongQing1-1/+1
2014-05-30ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-30net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-05-30tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-30ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-05-30net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-05-30vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-05-30gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-05-30netfilter: Can't fail and free after table replacementThomas Graf2-4/+8
2014-04-14ipmr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-04-14tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+11
2014-04-14inet: frag: make sure forced eviction removes all fragsFlorian Westphal1-1/+1
2014-04-14net: fix for a race condition in the inet frag codeNikolay Aleksandrov1-1/+2
2014-03-23net-tcp: fastopen: fix high order allocationsEric Dumazet2-4/+11
2014-03-06net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+69
2014-03-06ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-03-06tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-03-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-02-06net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1
2014-02-06fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp1-0/+2
2014-02-06ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong1-0/+1
2014-02-06tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-02-06net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2014-02-06inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-01-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2014-01-15ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+1
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman1-3/+0
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3