aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2-0/+2
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-16/+18
2020-06-18net: Fix the arp error in some casesguodeqing1-1/+1
2020-06-18ip_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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-40/+118
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-44/+44
2020-06-12bpf: 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-08net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy1-7/+63
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-0/+1
2020-06-01net: 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-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-81/+152
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal1-1/+1
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-13/+40
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-91/+12
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig1-0/+8
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig1-0/+11
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig1-0/+8
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig1-0/+8
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig1-9/+21
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig1-15/+34
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-0/+8
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-0/+12
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig1-13/+26
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-14/+25
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-19/+32
2020-05-28net: add sock_bindtoindexChristoph Hellwig1-3/+1
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet1-1/+2
2020-05-27tcp: rename tcp_v4_err() skb parameterEric Dumazet1-9/+9
2020-05-27tcp: add tcp_ld_RTO_revert() helperEric Dumazet1-40/+45
2020-05-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor1-1/+1
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern1-9/+10
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern1-15/+36
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-33/+58
2020-05-26nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern1-14/+13
2020-05-26tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet1-1/+1
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet1-0/+2
2020-05-25ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter1-1/+1
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso1-5/+2