summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-302-1/+2
* ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-301-1/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-03-221-1/+2
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-221-1/+3
* tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-222-4/+9
* tcp/dccp: block BH for SYN processingEric Dumazet2017-03-221-2/+8
* ipv4: mask tos for input routeJulian Anastasov2017-03-221-0/+1
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-261-4/+4
* tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-02-181-0/+1
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-181-0/+1
* ping: fix a null pointer dereferenceWANG Cong2017-02-181-0/+2
* tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-181-0/+6
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-181-0/+4
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-181-1/+8
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-181-2/+4
* net: Specify the owning module for lwtunnel opsRobert Shearman2017-02-041-0/+2
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-02-041-0/+1
* lwtunnel: fix autoload of lwt modulesDavid Ahern2017-02-041-0/+8
* tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-02-041-1/+1
* net: ipv4: fix table id in getroute responseDavid Ahern2017-02-041-1/+1
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-02-041-4/+7
* net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-151-2/+7
* ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck2017-01-151-1/+1
* igmp: Make igmp group member RFC 3376 compliantMichal Tesar2017-01-151-1/+6
* net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern2017-01-151-1/+2
* net: fix incorrect original ingress device index in PKTINFOWei Zhang2017-01-151-1/+7
* inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2017-01-151-1/+1
* tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner2016-12-061-1/+21
* net: ping: check minimum size on ICMP header lengthKees Cook2016-12-051-0/+4
* ipv4: Drop suffix update from resize codeAlexander Duyck2016-12-051-21/+21
* ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck2016-12-051-12/+14
* ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-011-1/+1
|\
| * esp4: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-012-3/+6
|\ \ | |/ |/|
| * netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
| * netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
* | GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-291-1/+1
* | tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath2016-11-281-0/+1
* | udplite: call proper backlog handlersEric Dumazet2016-11-243-3/+3
|/
* tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
* ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck2016-11-161-1/+3
* ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2016-11-162-5/+80
* udp: restore UDPlite many-cast deliveryPablo Neira2016-11-151-3/+3
* igmp: do not remove igmp souce list info when set link downHangbin Liu2016-11-151-14/+36
* tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-1/+18
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-131-1/+3
* ipv4: update comment to document GSO fragmentation cases.Lance Richardson2016-11-101-5/+11
* net: tcp response should set oif only if it is L3 masterDavid Ahern2016-11-091-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-091-2/+4
|\