summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2017-05-14tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-14tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-14tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-05-02tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-05-02net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-04-30ping: implement proper lockingEric Dumazet1-2/+3
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-30ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-22ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-02-26ip: fix IP_CHECKSUM handlingPaolo Abeni1-4/+4
2017-02-18ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern1-4/+7
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-15ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck1-1/+1
2017-01-15igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2016-11-21ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-21fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-21tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-21dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal1-1/+12
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet2-5/+7
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca4-6/+6
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+4
2016-11-15tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-11-15tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-11-15tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet1-1/+2
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross2-3/+13
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross3-4/+22
2016-10-31ipip: Properly mark ipip GRO packets as encapsulated.Jesse Gross1-1/+8
2016-09-30vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-09-30tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-09-30ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-08-16tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2