summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana
2020-06-27tcp: update delivered_ce with deliveredYousuk Seung
2020-06-27tcp: count sacked packets in tcp_sacktag_stateYousuk Seung
2020-06-27tcp: add ece_ack flag to reno sack functionsYousuk Seung
2020-06-27tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-06-24net: bpf: Implement bpf iterator for udpYonghong Song
2020-06-24net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song
2020-06-24net: bpf: Implement bpf iterator for tcpYonghong Song
2020-06-24net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet
2020-06-23net: move tcp gro declarations to net/tcp.hEric Dumazet
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet
2020-06-20tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-06-18net: Fix the arp error in some casesguodeqing
2020-06-18ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-08net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes
2020-06-01ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller