summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-171-23/+26
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* erspan: fix error handling for erspan tunnelHaishuang Yan2018-09-121-0/+3
* erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-121-0/+2
* tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-121-3/+5
|\
| * netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal2018-08-311-3/+5
* | ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-081-1/+1
* | igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2Star
* | igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2Star
* | tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-09-011-1/+2
* | erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-281-0/+3
|/
* tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang2018-08-231-2/+2
* tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-08-231-0/+4
* tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-08-231-16/+18
* ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-08-231-0/+6
* ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2
* tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann2018-08-161-0/+2
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-133-9/+28
|\
| * bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-112-5/+13
| * bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-113-4/+15
* | ip: process in-order fragments efficientlyPeter Oskolkov2018-08-122-42/+70
* | ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-121-0/+73
* | tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng2018-08-111-4/+4
* | tcp: always ACK immediately on hole repairsYuchung Cheng2018-08-111-2/+2
* | tcp: avoid resetting ACK timer in DCTCPYuchung Cheng2018-08-111-2/+2
* | tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+3
|/
* ipv4: frags: precedence bug in ip_expire()Dan Carpenter2018-08-061-1/+1
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-062-87/+111
* ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2018-08-062-56/+20Star
* tcp: remove unneeded variable 'err'YueHaibing2018-08-041-2/+1Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-026-7/+24
|\
| * ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-311-0/+5
| * inet: frag: enforce memory limits earlierEric Dumazet2018-07-311-3/+3
| * tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-07-291-0/+4
| * ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-07-291-2/+2
| * net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-261-1/+2
| * tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-261-1/+8
* | ip_gre: remove redundant variables t_hlenYueHaibing2018-08-011-5/+0Star
* | tcp: remove set but not used variable 'skb_size'Wei Yongjun2018-08-011-2/+1Star
* | tcp: add stat of data packet reordering eventsWei Wang2018-08-013-2/+7
* | tcp: add dsack blocks received statsWei Wang2018-08-012-0/+5
* | tcp: add data bytes retransmitted statsWei Wang2018-08-012-0/+6
* | tcp: add data bytes sent statsWei Wang2018-08-012-0/+7
* | tcp: add a helper to calculate size of opt_statsWei Wang2018-08-011-3/+24
* | net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata2018-08-011-1/+18
* | net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-013-1/+12
* | net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat2018-08-012-6/+3Star