summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-03-30ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-22net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-03-22tcp/dccp: block BH for SYN processingEric Dumazet
2017-03-22ipv4: mask tos for input routeJulian Anastasov
2017-02-26ip: fix IP_CHECKSUM handlingPaolo Abeni
2017-02-18tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-02-18igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-02-18ping: fix a null pointer dereferenceWANG Cong
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-02-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-02-04net: Specify the owning module for lwtunnel opsRobert Shearman
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-02-04lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-01-15ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck
2017-01-15igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-01-15net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern
2017-01-15net: fix incorrect original ingress device index in PKTINFOWei Zhang
2017-01-15inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner
2016-11-29GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo
2016-11-28tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath
2016-11-24udplite: call proper backlog handlersEric Dumazet
2016-11-24netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal
2016-11-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira
2016-11-15igmp: do not remove igmp souce list info when set link downHangbin Liu
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller