summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-212-7/+22
* | | | | tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2018-09-212-2/+2
* | | | | tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-214-10/+9
* | | | | tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-211-0/+16
* | | | | tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet2018-09-215-16/+19
* | | | | ipv4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1
* | | | | netfilter: nft_fib: Convert nft_fib4_eval to new dev helperDavid Ahern2018-09-201-21/+6
* | | | | netfilter: rpfilter: Convert rpfilter_lookup_reverse to new dev helperDavid Ahern2018-09-201-16/+1
* | | | | net/ipv4: Move device validation to helperDavid Ahern2018-09-201-17/+27
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-23/+26
|\| | | |
| * | | | udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-161-23/+26
| * | | | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* | | | | net/ipv4: defensive cipso option parsingStefan Nuernberger2018-09-171-4/+7
| |_|_|/ |/| | |
* | | | ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2018-09-162-9/+7
* | | | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-125-6/+14
|\| | |
| * | | erspan: fix error handling for erspan tunnelHaishuang Yan2018-09-111-0/+3
| * | | erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan2018-09-111-0/+2
| * | | tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-111-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-111-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-071-1/+1
* | | | net: Add and use skb_list_del_init().David S. Miller2018-09-101-5/+1
* | | | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-103-4/+4
* | | | ipv4: add inet_fill_argsChristian Brauner2018-09-051-15/+33
* | | | ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-051-8/+30
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-043-8/+9
|\| | |
| * | | igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2
| * | | igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2
| * | | tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-08-311-1/+2
| * | | erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-08-271-0/+3
| |/ /
* | | tcp: remove useless add operation when init sysctl_max_tw_bucketsYafang Shao2018-09-021-1/+1
* | | net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern2018-08-311-1/+3
* | | tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng2018-08-312-0/+15
* | | ip: fail fast on IP defrag errorsPeter Oskolkov2018-08-291-9/+12
|/ /
* | tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang2018-08-221-2/+2
* | tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang2018-08-221-0/+4
* | tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang2018-08-221-16/+18
* | ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-08-221-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-112-42/+70
* | | ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-111-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