summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-06-12bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu
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
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-05-28net: add sock_bindtoindexChristoph Hellwig
2020-05-28tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet
2020-05-27tcp: rename tcp_v4_err() skb parameterEric Dumazet
2020-05-27tcp: add tcp_ld_RTO_revert() helperEric Dumazet
2020-05-27nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov
2020-05-26nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern
2020-05-26tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet
2020-05-25tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet
2020-05-25ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-22nexthop: add support for notifiersRoopa Prabhu
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-05-21net: ipip: fix wrong address family in init error pathVadim Fedorenko
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley
2020-05-20handle the group_source_req options directlyAl Viro
2020-05-20ipv4: take handling of group_source_req options into a helperAl Viro
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro
2020-05-20ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro
2020-05-20set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro
2020-05-20get rid of compat_mc_getsockopt()Al Viro
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro
2020-05-20compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro