summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-295-91/+12
|\ \ \
| * | | xfrm: fix unused variable warning if CONFIG_NETFILTER=nFlorian Westphal2020-05-111-1/+1
| * | | xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal2020-05-062-23/+1
| * | | xfrm: move xfrm4_extract_header to common helperFlorian Westphal2020-05-061-21/+0
| * | | xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal2020-05-062-6/+0
| * | | xfrm: avoid extract_output indirection for ipv4Florian Westphal2020-05-062-41/+0
| * | | xfrm: add IPv6 support for espintcpSabrina Dubroca2020-04-281-0/+1
| * | | xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-281-1/+9
* | | | ipv4: add ip_sock_set_pktinfoChristoph Hellwig2020-05-281-0/+8
* | | | ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2020-05-281-0/+11
* | | | ipv4: add ip_sock_set_recverrChristoph Hellwig2020-05-281-0/+8
* | | | ipv4: add ip_sock_set_freebindChristoph Hellwig2020-05-281-0/+8
* | | | ipv4: add ip_sock_set_tosChristoph Hellwig2020-05-281-9/+21
* | | | tcp: add tcp_sock_set_keepcntChristoph Hellwig2020-05-281-0/+12
* | | | tcp: add tcp_sock_set_keepintvlChristoph Hellwig2020-05-281-0/+12
* | | | tcp: add tcp_sock_set_keepidleChristoph Hellwig2020-05-281-15/+34
* | | | tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-0/+8
* | | | tcp: add tcp_sock_set_syncntChristoph Hellwig2020-05-281-0/+12
* | | | tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-281-13/+26
* | | | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-14/+25
* | | | tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-19/+32
* | | | net: add sock_bindtoindexChristoph Hellwig2020-05-281-3/+1
* | | | tcp: ipv6: support RFC 6069 (TCP-LD)Eric Dumazet2020-05-281-1/+2
* | | | tcp: rename tcp_v4_err() skb parameterEric Dumazet2020-05-271-9/+9
* | | | tcp: add tcp_ld_RTO_revert() helperEric Dumazet2020-05-271-40/+45
* | | | nexthop: Fix type of event_type in call_nexthop_notifiersNathan Chancellor2020-05-271-1/+1
* | | | tcp: tcp_v4_err() icmp skb is named icmp_skbEric Dumazet2020-05-261-1/+1
* | | | tcp: allow traceroute -Mtcp for unpriv usersEric Dumazet2020-05-251-0/+2
* | | | ipv4: potential underflow in compat_ip_setsockopt()Dan Carpenter2020-05-251-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-246-32/+35
|\ \ \ \ | | |/ / | |/| |
| * | | net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-212-3/+2
| * | | net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-05-211-1/+1
| * | | net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-05-201-0/+1
| * | | net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau2020-05-191-19/+24
| * | | net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-05-171-8/+6
| * | | nexthop: Fix attribute checking for groupsDavid Ahern2020-05-171-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-2/+6
|\ \ \ \
| * | | | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-2/+6
* | | | | nexthop: add support for notifiersRoopa Prabhu2020-05-221-0/+27
* | | | | nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-221-25/+107
* | | | | handle the group_source_req options directlyAl Viro2020-05-201-2/+21
* | | | | ipv4: take handling of group_source_req options into a helperAl Viro2020-05-201-39/+44
* | | | | ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2020-05-201-0/+31
* | | | | ipv4: do compat setsockopt for MCAST_MSFILTER directlyAl Viro2020-05-201-1/+47
* | | | | set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helperAl Viro2020-05-201-33/+40
* | | | | get rid of compat_mc_getsockopt()Al Viro2020-05-201-3/+41
* | | | | ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-202-18/+19
* | | | | compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2020-05-201-1/+9
* | | | | impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig2020-05-191-11/+3
* | | | | net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-194-62/+51