index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
2018-07-24
1
-2
/
+5
*
ipv4/igmp: init group mode as INCLUDE when join source group
Hangbin Liu
2018-07-16
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-26
1
-2
/
+0
|
\
|
*
ipv4: remove warning in ip_recv_error
Willem de Bruijn
2018-05-24
1
-2
/
+0
*
|
net: add skeleton of bpfilter kernel module
Alexei Starovoitov
2018-05-23
1
-0
/
+17
|
/
*
net: Replace ip_ra_lock with per-net mutex
Kirill Tkhai
2018-03-22
1
-9
/
+6
*
net: Make ip_ra_chain per struct net
Kirill Tkhai
2018-03-22
1
-13
/
+2
*
net: Revert "ipv4: fix a deadlock in ip_ra_control"
Kirill Tkhai
2018-03-22
1
-1
/
+0
*
net: Move IP_ROUTER_ALERT out of lock_sock(sk)
Kirill Tkhai
2018-03-22
1
-3
/
+2
*
net: Revert "ipv4: get rid of ip_ra_lock"
Kirill Tkhai
2018-03-22
1
-2
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-24
1
-6
/
+1
|
\
|
*
netfilter: drop outermost socket lock in getsockopt()
Paolo Abeni
2018-02-14
1
-6
/
+1
*
|
net: Only honor ifindex in IP_PKTINFO if non-0
David Ahern
2018-02-16
1
-2
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-02-01
1
-10
/
+4
|
\
|
*
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
2018-01-31
1
-10
/
+4
*
|
net/ipv4: Allow send to local broadcast from a socket bound to a VRF
David Ahern
2018-01-25
1
-1
/
+5
|
/
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
net: ipv4: fix l3slave check for index returned in IP_PKTINFO
David Ahern
2017-09-15
1
-2
/
+6
*
net: ipv4: add check for l3slave for index returned in IP_PKTINFO
David Ahern
2017-08-13
1
-1
/
+2
*
Revert "ipv4: keep skb->dst around in presence of IP options"
Paolo Abeni
2017-08-06
1
-8
/
+1
*
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
2017-08-06
1
-3
/
+4
*
do_ip_setsockopt(): don't open-code memdup_user()
Al Viro
2017-06-30
1
-14
/
+6
*
ipv4: get rid of ip_ra_lock
WANG Cong
2017-04-30
1
-10
/
+2
*
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
2017-04-17
1
-5
/
+4
*
ipv4: fix a deadlock in ip_ra_control
WANG Cong
2017-04-17
1
-0
/
+1
*
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
|
\
[next]