| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | net: Convert proto callbacks from sockaddr to sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-09-01 | inet: ping: remove ping_hash() | Eric Dumazet | 1 | -1/+0 |
| 2025-06-23 | net: annotate races around sk->sk_uid | Eric Dumazet | 1 | -1/+1 |
| 2025-02-18 | ipv6: initialize inet socket cookies with sockcm_init | Willem de Bruijn | 1 | -3/+0 |
| 2024-12-16 | sock: support SO_PRIORITY cmsg | Anna Emese Nyiri | 1 | -0/+1 |
| 2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet | 1 | -1/+1 |
| 2023-12-11 | ipv6: annotate data-races around np->ucast_oif | Eric Dumazet | 1 | -2/+2 |
| 2023-12-11 | ipv6: annotate data-races around np->mcast_oif | Eric Dumazet | 1 | -2/+2 |
| 2023-10-11 | bpf: Propagate modified uaddrlen from cgroup sockaddr programs | Daan De Meyer | 1 | -1/+1 |
| 2023-09-15 | ipv6: lockless IPV6_FLOWINFO_SEND implementation | Eric Dumazet | 1 | -1/+1 |
| 2023-09-15 | ipv6: lockless IPV6_DONTFRAG implementation | Eric Dumazet | 1 | -1/+1 |
| 2023-09-01 | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2023-07-29 | net: annotate data-races around sk->sk_mark | Eric Dumazet | 1 | -1/+1 |
| 2023-07-24 | ipv6: remove hard coded limitation on ipv6_pinfo | Eric Dumazet | 1 | -0/+1 |
| 2023-06-08 | ping6: Fix send to link-local addresses with VRF. | Guillaume Nault | 1 | -1/+2 |
| 2023-03-17 | inet: preserve const qualifier in inet_sk() | Eric Dumazet | 1 | -1/+1 |
| 2022-10-24 | inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy(). | Kuniyuki Iwashima | 1 | -6/+0 |
| 2022-10-12 | inet: ping: fix recent breakage | Eric Dumazet | 1 | -1/+1 |
| 2022-09-09 | bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP ping | YiFei Zhu | 1 | -0/+16 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
| 2022-07-28 | net: ping6: Fix memleak in ipv6_renew_options(). | Kuniyuki Iwashima | 1 | -0/+6 |
| 2022-07-22 | ping: support ipv6 ping socket flow labels | Alan Brady | 1 | -1/+5 |
| 2022-06-01 | net: ping6: Fix ping -6 with interface name | Aya Levin | 1 | -4/+4 |
| 2022-02-17 | net: ping6: support setting basic SOL_IPV6 options via cmsg | Jakub Kicinski | 1 | -5/+16 |
| 2022-02-10 | net: ping6: support setting socket options via cmsg | Jakub Kicinski | 1 | -4/+9 |
| 2022-02-10 | net: ping6: support packet timestamping | Jakub Kicinski | 1 | -0/+1 |
| 2022-02-10 | net: ping6: remove a pr_debug() statement | Jakub Kicinski | 1 | -2/+0 |
| 2022-01-06 | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 1 | -0/+1 |
| 2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore | 1 | -1/+1 |
| 2020-07-03 | ipv6/ping: set skb->mark on icmpv6 sockets | Willem de Bruijn | 1 | -0/+1 |
| 2019-09-12 | ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()' | Christophe JAILLET | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2018-07-07 | ipv6: fold sockcm_cookie into ipcm6_cookie | Willem de Bruijn | 1 | -2/+1 |
| 2018-07-07 | ipv6: ipcm6_cookie initializer | Willem de Bruijn | 1 | -3/+1 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -14/+2 |
| 2018-05-16 | ipv{4,6}/ping: simplify proc file creation | Christoph Hellwig | 1 | -12/+23 |
| 2018-04-04 | ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow() | Alexey Kodanev | 1 | -1/+1 |
| 2017-10-06 | net/ipv6: Convert icmpv6_push_pending_frames to void | Joe Perches | 1 | -3/+2 |
| 2017-06-04 | net: ping: do not abuse udp_poll() | Eric Dumazet | 1 | -1/+1 |
| 2016-12-29 | ipv6: remove unnecessary inet6_sk check | Dave Jones | 1 | -7/+0 |
| 2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 1 | -0/+1 |
| 2016-10-20 | udp: must lock the socket in udp_disconnect() | Eric Dumazet | 1 | -1/+1 |
| 2016-09-06 | ipv6: release dst in ping_v6_sendmsg | Dave Jones | 1 | -2/+7 |
| 2016-08-15 | net: ipv6: Fix ping to link-local addresses. | Lorenzo Colitti | 1 | -16/+17 |
| 2016-06-11 | ipv6: use TOS marks from sockets for routing decision | Hannes Frederic Sowa | 1 | -1/+3 |
| 2016-05-03 | ipv6: add new struct ipcm6_cookie | Wei Wang | 1 | -5/+7 |
| 2016-04-04 | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 1 | -1/+2 |
| 2016-03-23 | net: ping: make ping_v6_sendmsg static | Haishuang Yan | 1 | -30/+29 |
| 2015-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
| 2015-03-04 | net: ping: Return EAFNOSUPPORT when appropriate. | Lorenzo Colitti | 1 | -2/+3 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -2/+1 |
| 2015-02-04 | ip: stash a pointer to msghdr in struct ping_fakehdr | Al Viro | 1 | -2/+1 |
| 2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -1/+2 |
| 2014-05-23 | net: Eliminate no_check from protosw | Tom Herbert | 1 | -1/+0 |
| 2014-04-30 | net: ipv6: Introduce ip6_sk_dst_hoplimit. | Lorenzo Colitti | 1 | -6/+1 |
| 2014-03-31 | ipv6: some ipv6 statistic counters failed to disable bh | Hannes Frederic Sowa | 1 | -2/+2 |
| 2014-02-27 | net: ipv6: ping: Use socket mark in routing lookup | Lorenzo Colitti | 1 | -0/+1 |
| 2014-01-21 | ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts | Hannes Frederic Sowa | 1 | -1/+1 |
| 2014-01-19 | ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams | Hannes Frederic Sowa | 1 | -4/+6 |
| 2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -1/+1 |
| 2013-12-06 | net: Remove FLOWI_FLAG_CAN_SLEEP | Steffen Klassert | 1 | -1/+1 |
| 2013-11-23 | inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct... | Hannes Frederic Sowa | 1 | -1/+2 |
| 2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet | 1 | -1/+1 |
| 2013-07-03 | net: ipv6: fix wrong ping_v6_sendmsg return value | Lorenzo Colitti | 1 | -1/+4 |
| 2013-07-03 | net: ipv6: add missing lock in ping_v6_sendmsg | Lorenzo Colitti | 1 | -0/+2 |
| 2013-06-13 | net: ping_check_bind_addr() etc. can be static | Wu Fengguang | 1 | -9/+9 |
| 2013-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2013-06-04 | net: ipv6: Implement /proc/net/icmp6. | Lorenzo Colitti | 1 | -23/+79 |
| 2013-05-25 | net: ipv6: Add IPv6 support to the ping socket. | Lorenzo Colitti | 1 | -0/+216 |