summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel-1/+1
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng-10/+14
2020-07-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin-1/+1
2020-07-21udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima-6/+9
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch-1/+4
2020-07-07ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca-0/+3
2020-07-02tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet-4/+1
2020-07-01tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet-0/+2
2020-07-01ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn-3/+3
2020-07-01tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet-3/+5
2020-07-01tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet-9/+18
2020-06-30tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet-2/+8
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld-0/+1
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld-0/+1
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld-0/+18
2020-06-27net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin-1/+1
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell-3/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-8/+63
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov-3/+11
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder-7/+44
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder-1/+14
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill-0/+5
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill-0/+2
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-16/+18
2020-06-18net: Fix the arp error in some casesguodeqing-1/+1
2020-06-18ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo-6/+8
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet-2/+10
2020-06-15esp, ah: modernize the crypto algorithm selectionsEric Biggers-2/+16
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers-14/+2
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-40/+118
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-44/+44
2020-06-12bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca-0/+3
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern-33/+49
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu-0/+3
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-3/+3
2020-06-08net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy-7/+63
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni-0/+1
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes-1/+1
2020-06-01ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz-2/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-81/+152
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang-0/+1
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal-1/+1
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-13/+40
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-91/+12
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig-0/+8
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig-0/+11
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig-0/+8
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig-0/+8