summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-07-02ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2-3/+3
2020-07-02tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet1-3/+5
2020-07-02tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2-9/+18
2020-07-01tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2-2/+8
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung1-2/+5
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld1-0/+18
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana1-0/+21
2020-06-28net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin1-1/+1
2020-06-28tcp: update delivered_ce with deliveredYousuk Seung1-8/+21
2020-06-28tcp: count sacked packets in tcp_sacktag_stateYousuk Seung1-0/+4
2020-06-28tcp: add ece_ack flag to reno sack functionsYousuk Seung1-10/+12
2020-06-28tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung1-2/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller18-37/+105
2020-06-26tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller11-8/+63
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-06-25net: bpf: Implement bpf iterator for udpYonghong Song1-0/+116
2020-06-25net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song1-5/+23
2020-06-25net: bpf: Implement bpf iterator for tcpYonghong Song1-0/+123
2020-06-25net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song1-6/+24
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder5-7/+44
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder1-1/+14
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill5-0/+5
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin1-3/+3
2020-06-24udp: move gro declarations to net/udp.hEric Dumazet1-3/+0
2020-06-24net: move tcp gro declarations to net/tcp.hEric Dumazet1-3/+0
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2-0/+2
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet1-1/+4
2020-06-21tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2-1/+12
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-16/+18
2020-06-19net: Fix the arp error in some casesguodeqing1-1/+1
2020-06-19ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo1-6/+8
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers1-2/+16
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers1-14/+2
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-40/+118
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+6
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-44/+44
2020-06-13bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca1-0/+3
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-33/+49
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu1-0/+3
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-09net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy1-7/+63
2020-06-05inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-0/+1
2020-06-02net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-06-01ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz1-2/+2
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-81/+152