summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-02-04net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+2
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-02-04lwtunnel: fix autoload of lwt modulesDavid Ahern1-0/+8
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
2017-01-15net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern1-1/+2
2017-01-15net: fix incorrect original ingress device index in PKTINFOWei Zhang1-1/+7
2017-01-15inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn1-1/+1
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner1-1/+21
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck1-21/+21
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck1-12/+14
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+6
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-30GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo1-1/+1
2016-11-28tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath1-0/+1
2016-11-24udplite: call proper backlog handlersEric Dumazet3-3/+3
2016-11-24netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern1-1/+4
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal1-1/+3
2016-11-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck1-1/+3
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2-5/+80
2016-11-16udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-11-16igmp: do not remove igmp souce list info when set link downHangbin Liu1-14/+36
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson1-5/+11
2016-11-10net: tcp response should set oif only if it is L3 masterDavid Ahern1-1/+2
2016-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2016-11-10net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2016-11-08fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-03tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson4-17/+4
2016-11-03tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-03inet: fix sleeping inside inet_wait_for_connect()WANG Cong1-5/+4
2016-10-31dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal1-1/+12
2016-10-31netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang1-2/+4
2016-10-27udp: fix IP_CHECKSUM handlingEric Dumazet2-6/+7
2016-10-22ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-10-20ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet3-4/+13
2016-10-20net: add recursion limit to GROSabrina Dubroca4-5/+5
2016-10-19tcp: do not export sysctl_tcp_low_latencyEric Dumazet1-1/+0
2016-10-18tcp: Remove unused but set variableTobias Klauser1-2/+0