aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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/klassert/ipsecDavid 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 64bit kernelHongxu Jia1-2/+2
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-29GSO: 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-15udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-11-15igmp: 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-09net: tcp response should set oif only if it is L3 masterDavid Ahern1-1/+2
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2016-11-09net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2016-11-07fib_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-26udp: 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
2016-10-18ipv4: Remove unused but set variableTobias Klauser1-3/+0
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern1-3/+5
2016-10-13net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-15/+5
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-10/+5
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2-5/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-2/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+12
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He1-16/+16
2016-09-30proc: Reduce cache miss in snmp_seq_showJia He1-23/+47
2016-09-28tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo1-0/+4
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko3-118/+1
2016-09-28fib: introduce FIB notification infrastructureJiri Pirko3-11/+77
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-2/+4
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso40-395/+1779