| Commit message (Expand) | Author | Age | Files | Lines |
* | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 2016-11-04 | 1 | -0/+1 |
* | udp: must lock the socket in udp_disconnect() | Eric Dumazet | 2016-10-20 | 1 | -1/+1 |
* | ipv6: release dst in ping_v6_sendmsg | Dave Jones | 2016-09-06 | 1 | -2/+7 |
* | net: ipv6: Fix ping to link-local addresses. | Lorenzo Colitti | 2016-08-15 | 1 | -16/+17 |
* | ipv6: use TOS marks from sockets for routing decision | Hannes Frederic Sowa | 2016-06-12 | 1 | -1/+3 |
* | ipv6: add new struct ipcm6_cookie | Wei Wang | 2016-05-03 | 1 | -5/+7 |
* | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 2016-04-04 | 1 | -1/+2 |
* | net: ping: make ping_v6_sendmsg static | Haishuang Yan | 2016-03-24 | 1 | -30/+29 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-10 | 1 | -2/+3 |
|\ |
|
| * | net: ping: Return EAFNOSUPPORT when appropriate. | Lorenzo Colitti | 2015-03-04 | 1 | -2/+3 |
* | | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 2015-03-02 | 1 | -2/+1 |
|/ |
|
* | ip: stash a pointer to msghdr in struct ping_fakehdr | Al Viro | 2015-02-04 | 1 | -2/+1 |
* | put iov_iter into msghdr | Al Viro | 2014-12-09 | 1 | -1/+2 |
* | net: Eliminate no_check from protosw | Tom Herbert | 2014-05-23 | 1 | -1/+0 |
* | net: ipv6: Introduce ip6_sk_dst_hoplimit. | Lorenzo Colitti | 2014-04-30 | 1 | -6/+1 |
* | ipv6: some ipv6 statistic counters failed to disable bh | Hannes Frederic Sowa | 2014-03-31 | 1 | -2/+2 |
* | net: ipv6: ping: Use socket mark in routing lookup | Lorenzo Colitti | 2014-02-27 | 1 | -0/+1 |
* | ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts | Hannes Frederic Sowa | 2014-01-22 | 1 | -1/+1 |
* | ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams | Hannes Frederic Sowa | 2014-01-20 | 1 | -4/+6 |
* | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 2014-01-19 | 1 | -1/+1 |
* | net: Remove FLOWI_FLAG_CAN_SLEEP | Steffen Klassert | 2013-12-06 | 1 | -1/+1 |
* | inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct... | Hannes Frederic Sowa | 2013-11-23 | 1 | -1/+2 |
* | ipv6: make lookups simpler and faster | Eric Dumazet | 2013-10-09 | 1 | -1/+1 |
* | net: ipv6: fix wrong ping_v6_sendmsg return value | Lorenzo Colitti | 2013-07-04 | 1 | -1/+4 |
* | net: ipv6: add missing lock in ping_v6_sendmsg | Lorenzo Colitti | 2013-07-04 | 1 | -0/+2 |
* | net: ping_check_bind_addr() etc. can be static | Wu Fengguang | 2013-06-13 | 1 | -9/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-06 | 1 | -1/+1 |
* | net: ipv6: Implement /proc/net/icmp6. | Lorenzo Colitti | 2013-06-04 | 1 | -23/+79 |
* | net: ipv6: Add IPv6 support to the ping socket. | Lorenzo Colitti | 2013-05-26 | 1 | -0/+216 |