summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-12-17tcp: lack of available data can also cause TSO deferEric Dumazet
2018-12-17netfilter: nat: fix double register in masquerade modulesTaehee Yoo
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-17tcp: Do not underestimate rwnd_limitedEric Dumazet
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-12-05tcp: defer SACK compression after DupThreshEric Dumazet
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-11-23inet: frags: better deal with smp racesEric Dumazet
2018-11-23tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon
2018-11-23ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-13net/ipv4: defensive cipso option parsingStefan Nuernberger
2018-11-04net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-10-17net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov
2018-10-10net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-07udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina
2018-10-02ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-09-26net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-16udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-11erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-07tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu
2018-08-31tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-08-31netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal
2018-08-27erspan: set erspan_ver to 1 by default when adding an erspan devXin Long
2018-08-22tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang
2018-08-22tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang
2018-08-22tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang
2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet
2018-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan
2018-08-16tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann
2018-08-16tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov