index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_sockglue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip: fix IP_CHECKSUM handling
Paolo Abeni
2017-02-21
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-07
1
-1
/
+8
|
\
|
*
ipv4: keep skb->dst around in presence of IP options
Eric Dumazet
2017-02-04
1
-1
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-05
1
-1
/
+7
|
\
\
|
|
/
|
*
net: fix incorrect original ingress device index in PKTINFO
Wei Zhang
2016-12-29
1
-1
/
+7
*
|
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
yuan linyu
2017-01-04
1
-1
/
+1
*
|
net: Allow IP_MULTICAST_IF to set index to L3 slave
David Ahern
2016-12-30
1
-1
/
+6
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets
Willem de Bruijn
2016-12-23
1
-1
/
+1
*
net/sock: add an explicit sk argument for ip_cmsg_recv_offset()
Paolo Abeni
2016-11-07
1
-3
/
+3
*
ipv4: add IP_RECVFRAGSIZE cmsg
Willem de Bruijn
2016-11-03
1
-0
/
+26
*
udp: fix IP_CHECKSUM handling
Eric Dumazet
2016-10-26
1
-5
/
+6
*
ipv4: accept u8 in IP_TOS ancillary data
Eric Dumazet
2016-09-08
1
-2
/
+5
*
sock: propagate __sock_cmsg_send() error
Eric Dumazet
2016-05-16
1
-2
/
+3
*
net: original ingress device index in PKTINFO
David Ahern
2016-05-11
1
-1
/
+6
*
net: better drop monitoring in ip{6}_recv_error()
Eric Dumazet
2016-04-25
1
-5
/
+5
*
udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM
Willem de Bruijn
2016-04-13
1
-1
/
+2
*
net: introduce lockdep_is_held and update various places to use it
Hannes Frederic Sowa
2016-04-07
1
-2
/
+2
*
ipv4: process socket-level control messages in IPv4
Soheil Hassas Yeganeh
2016-04-04
1
-1
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
1
-0
/
+2
|
\
|
*
ipv4: fix memory leaks in ip_cmsg_send() callers
Eric Dumazet
2016-02-13
1
-0
/
+2
*
|
ipv4: Namespaceify ip_default_ttl sysctl knob
Nikolay Borisov
2016-02-16
1
-1
/
+4
*
|
igmp: Namespaceify igmp_max_msf sysctl knob
Nikolay Borisov
2016-02-11
1
-2
/
+3
|
/
*
ipv4: fix a potential deadlock in mcast getsockopt() path
WANG Cong
2015-11-04
1
-15
/
+30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-24
1
-1
/
+10
|
\
|
*
ip: report the original address of ICMP messages
Julian Anastasov
2015-06-24
1
-1
/
+10
*
|
inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations
Eric Dumazet
2015-06-06
1
-0
/
+7
|
/
*
ipv4: coding style: comparison for inequality with NULL
Ian Morris
2015-04-03
1
-1
/
+1
*
ipv4: coding style: comparison for equality with NULL
Ian Morris
2015-04-03
1
-2
/
+2
*
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
2015-03-18
1
-6
/
+15
*
ipv4,ipv6: grab rtnl before locking the socket
Marcelo Ricardo Leitner
2015-03-18
1
-6
/
+25
*
ip: fix error queue empty skb handling
Willem de Bruijn
2015-03-08
1
-10
/
+23
*
net-timestamp: no-payload option
Willem de Bruijn
2015-02-02
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-01-27
1
-6
/
+2
|
\
|
*
ip: zero sockaddr returned on error queue
Willem de Bruijn
2015-01-15
1
-6
/
+2
*
|
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2015-01-05
1
-1
/
+40
*
|
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2015-01-05
1
-2
/
+3
*
|
ip: IP cmsg cleanup
Tom Herbert
2015-01-05
1
-27
/
+37
|
/
*
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2014-12-10
1
-1
/
+1
*
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
2014-12-08
1
-2
/
+20
*
ipv4: warn once on passing AF_INET6 socket to ip_recv_error
Willem de Bruijn
2014-12-08
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-14
1
-1
/
+1
|
\
|
*
ipv6: fix IPV6_PKTINFO with v4 mapped
Eric Dumazet
2014-11-11
1
-1
/
+1
*
|
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2014-11-05
1
-1
/
+1
|
/
*
ipv4: rcu cleanup in ip_ra_control()
Eric Dumazet
2014-09-09
1
-2
/
+2
*
sock: deduplicate errqueue dequeue
Willem de Bruijn
2014-09-01
1
-13
/
+2
*
ipv4: clean up cast warning in do_ip_getsockopt
Karoly Kemeny
2014-07-29
1
-1
/
+1
*
ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMIT
Hannes Frederic Sowa
2014-02-26
1
-1
/
+1
*
ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg
Hannes Frederic Sowa
2014-02-19
1
-1
/
+18
*
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
Hannes Frederic Sowa
2014-01-19
1
-3
/
+3
[next]