aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2-2/+7
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-3/+2
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-1/+3
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski1-2/+4
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-16udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-11erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+5
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-09-04xfrm: reset transport header back to network header after all input transforms ahave been appliedSowmini Varadhan2-3/+2
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu1-4/+2
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu1-3/+2
2018-08-31tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-08-31netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal1-3/+5
2018-08-27erspan: set erspan_ver to 1 by default when adding an erspan devXin Long1-0/+3
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang1-2/+2
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang1-0/+4
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang1-16/+18
2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan1-1/+2
2018-08-16tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann1-0/+2
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann1-1/+1
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-9/+28
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng1-4/+4
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng1-2/+2
2018-08-11tcp: avoid resetting ACK timer in DCTCPYuchung Cheng1-2/+2
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng1-1/+3
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2-5/+13
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau3-4/+15
2018-08-06ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov2-87/+111
2018-08-05ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2-56/+20
2018-08-03tcp: remove unneeded variable 'err'YueHaibing1-2/+1
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-7/+24
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing1-5/+0
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang3-2/+7
2018-08-01tcp: add dsack blocks received statsWei Wang2-0/+5
2018-08-01tcp: add data bytes retransmitted statsWei Wang2-0/+6
2018-08-01tcp: add data bytes sent statsWei Wang2-0/+7
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata1-1/+18
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata3-1/+12