aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-32/+35
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+6
2020-05-22nexthop: add support for notifiersRoopa Prabhu1-0/+27
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu1-25/+107
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2-3/+2
2020-05-21net: ipip: fix wrong address family in init error pathVadim Fedorenko1-1/+1
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley1-0/+1
2020-05-20handle the group_source_req options directlyAl Viro1-2/+21
2020-05-20ipv4: take handling of group_source_req options into a helperAl Viro1-39/+44
2020-05-20ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro1-0/+31
2020-05-20ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro1-1/+47
2020-05-20set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro1-33/+40
2020-05-20get rid of compat_mc_getsockopt()Al Viro1-3/+41
2020-05-20ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2-18/+19