aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-11-16Merge tag 'v4.8.26' into standard/baseBruce Ashfield
2017-11-10ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-11-10tcp: do not inherit fastopen_req from parentEric Dumazet
2017-11-10tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-11-10tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-11-10tcp: memset ca_priv data to 0 properlyWei Wang
2017-11-10net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-11-10tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-11-10net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch
2017-11-10ping: implement proper lockingEric Dumazet
2017-06-05Merge tag 'v4.8.24' into standard/baseBruce Ashfield
2017-06-02tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-06-02ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-05-21dccp/tcp: fix routing redirect raceJon Maxwell
2017-05-21net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-05-21tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-05-21tcp/dccp: block BH for SYN processingEric Dumazet
2017-05-21ipv4: mask tos for input routeJulian Anastasov
2017-04-11Merge tag 'v4.8.22' into standard/baseBruce Ashfield
2017-03-27ip: fix IP_CHECKSUM handlingPaolo Abeni
2017-03-23Merge tag 'v4.8.21' into standard/baseBruce Ashfield
2017-03-20tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-03-20ping: fix a null pointer dereferenceWANG Cong
2017-03-20tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-03-20netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-03-20ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-03-20tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-03-20tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-03-20lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-03-20tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2017-03-20net: ipv4: fix table id in getroute responseDavid Ahern
2017-03-20net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-03-03Merge tag 'v4.8.20' into standard/baseBruce Ashfield
2017-02-21net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-02-21ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck
2017-02-21igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-02-21net: fix incorrect original ingress device index in PKTINFOWei Zhang
2017-02-21inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn
2017-01-09Merge tag 'v4.8.14' into standard/baseBruce Ashfield
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-10ipv4: Drop suffix update from resize codeAlexander Duyck
2016-12-10ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck
2016-12-10ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck
2016-12-10ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-10GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo
2016-12-10udplite: call proper backlog handlersEric Dumazet
2016-11-21Merge tag 'v4.8.10' into standard/baseBruce Ashfield
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet