Age | Commit message (Expand) | Author | Files | Lines |
2022-04-30 | ipv4: remove unnecessary type castings | Yu Zhe | 1 | -1/+1 |
2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 1 | -3/+2 |
2022-04-11 | net: icmp: add skb drop reasons to icmp protocol | Menglong Dong | 1 | -6/+8 |
2022-04-11 | net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons | Menglong Dong | 1 | -5/+13 |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 1 | -1/+2 |
2022-02-24 | ping: remove pr_err from ping_lookup | Xin Long | 1 | -1/+0 |
2022-02-17 | ping: fix the dif and sdif check in ping_lookup | Xin Long | 1 | -2/+9 |
2022-01-24 | ping: fix the sk_bound_dev_if match in ping_lookup | Xin Long | 1 | -1/+2 |
2022-01-06 | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 1 | -0/+1 |
2021-11-17 | ipv4/raw: support binding to nonlocal addresses | Riccardo Paolo Bestetti | 1 | -9/+5 |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
2021-06-10 | ping: Check return value of function 'ping_queue_rcv_skb' | Zheng Yongjun | 1 | -5/+7 |
2021-03-30 | net: add support for sending RFC 8335 PROBE messages | Andreas Roeseler | 1 | -1/+3 |
2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore | 1 | -1/+1 |
2020-08-31 | net: clean up codestyle | Miaohe Lin | 1 | -2/+4 |
2020-08-25 | net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANY | Miaohe Lin | 1 | -2/+2 |
2020-08-25 | net: Set ping saddr after we successfully get the ping port | Miaohe Lin | 1 | -16/+3 |
2020-07-07 | ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg | Sabrina Dubroca | 1 | -0/+3 |
2019-09-13 | ip: support SO_MARK cmsg | Willem de Bruijn | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
2019-05-19 | net: Treat sock->sk_drops as an unsigned int when printing | Patrick Talbert | 1 | -1/+1 |
2018-10-02 | ipv4: Allow sending multicast packets on specific i/f using VRF socket | Robert Shearman | 1 | -1/+1 |
2018-08-01 | net: add helpers checking if socket can be bound to nonlocal address | Vincent Bernat | 1 | -4/+2 |
2018-07-07 | ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 | Willem de Bruijn | 1 | -2/+0 |
2018-07-07 | ipv4: ipcm_cookie initializers | Willem de Bruijn | 1 | -8/+1 |
2018-07-04 | net: ipv4: Hook into time based transmission | Jesus Sanchez-Palencia | 1 | -0/+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 | -36/+14 |
2018-05-11 | ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg | Andrey Ignatov | 1 | -2/+5 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2018-02-13 | net: Convert pernet_subsys, registered from inet_init() | Kirill Tkhai | 1 | -0/+1 |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-03-24 | ping: implement proper locking | Eric Dumazet | 1 | -2/+3 |
2017-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2017-02-08 | ping: fix a null pointer dereference | WANG Cong | 1 | -0/+2 |
2017-02-07 | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP | Julian Anastasov | 1 | -1/+2 |
2017-01-17 | net: ping: Use right format specifier to avoid type casting | Gao Feng | 1 | -3/+3 |
2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+4 |
2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2016-12-05 | switch getfrag callbacks to ..._full() primitives | Al Viro | 1 | -4/+4 |
2016-12-05 | net: ping: check minimum size on ICMP header length | Kees Cook | 1 | -0/+4 |
2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 1 | -1/+2 |
2016-10-20 | udp: must lock the socket in udp_disconnect() | Eric Dumazet | 1 | -1/+1 |
2016-10-07 | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 1 | -10/+5 |
2016-04-04 | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 1 | -2/+3 |
2016-04-04 | ipv4: process socket-level control messages in IPv4 | Soheil Hassas Yeganeh | 1 | -1/+1 |
2016-03-02 | net/ipv4: remove left over dead code | Eric Engestrom | 1 | -7/+0 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2016-02-13 | ipv4: fix memory leaks in ip_cmsg_send() callers | Eric Dumazet | 1 | -1/+3 |