summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-22net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov1-1/+0
2018-09-22net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet1-1/+1
2018-09-22tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet1-13/+4
2018-09-22tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2-7/+22
2018-09-22tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2-2/+2
2018-09-22tcp: provide earliest departure time in skb->tstampEric Dumazet4-10/+9
2018-09-22tcp: add tcp_wstamp_ns socket fieldEric Dumazet1-0/+16
2018-09-22tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet5-16/+19
2018-09-21ipv4: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21netfilter: nft_fib: Convert nft_fib4_eval to new dev helperDavid Ahern1-21/+6
2018-09-21netfilter: rpfilter: Convert rpfilter_lookup_reverse to new dev helperDavid Ahern1-16/+1
2018-09-21net/ipv4: Move device validation to helperDavid Ahern1-17/+27
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+26
2018-09-18net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-09-17ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2-9/+7
2018-09-17udp4: 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-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-6/+14
2018-09-12erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-12erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-12tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+5
2018-09-10net: Add and use skb_list_del_init().David S. Miller1-5/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller3-4/+4
2018-09-10ip: frags: fix crash in ip_do_fragment()Taehee Yoo1-0/+1
2018-09-08tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-1/+1
2018-09-06ipv4: add inet_fill_argsChristian Brauner1-15/+33
2018-09-06ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner1-8/+30
2018-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+9
2018-09-03tcp: remove useless add operation when init sysctl_max_tw_bucketsYafang Shao1-1/+1
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-09-01tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-09-01net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern1-1/+3
2018-09-01tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng2-0/+15
2018-08-31netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal1-3/+5
2018-08-30ip: fail fast on IP defrag errorsPeter Oskolkov1-9/+12
2018-08-28erspan: set erspan_ver to 1 by default when adding an erspan devXin Long1-0/+3
2018-08-23tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang1-2/+2
2018-08-23tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang1-0/+4
2018-08-23tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang1-16/+18
2018-08-23ipv4: 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-17tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann1-0/+2
2018-08-17tcp, 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-12ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70