aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-25netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang1-3/+3
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang3-4/+4
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian2-1/+1
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2-2/+2
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-14/+44
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng3-1/+4
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng1-1/+1
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+14
2016-09-22tcp: implement TSQ for retransmitsEric Dumazet1-25/+47
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet1-2/+8
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov1-2/+5
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell3-0/+915
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2-4/+15
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng1-1/+3
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell1-0/+1
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell1-3/+6
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell1-2/+13
2016-09-21tcp: export data delivery rateYuchung Cheng2-2/+21
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh3-1/+39
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng4-15/+186
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-1/+24
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet1-2/+3
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell3-61/+7
2016-09-21tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh1-6/+6
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert4-14/+25