summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-05-241-2/+0
* net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-221-9/+6
* net: Make ip_ra_chain per struct netKirill Tkhai2018-03-221-13/+2
* net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai2018-03-221-1/+0
* net: Move IP_ROUTER_ALERT out of lock_sock(sk)Kirill Tkhai2018-03-221-3/+2
* net: Revert "ipv4: get rid of ip_ra_lock"Kirill Tkhai2018-03-221-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-6/+1
|\
| * netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-141-6/+1
* | net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-02-161-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-011-10/+4
|\
| * netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-01-311-10/+4
* | net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern2018-01-251-1/+5
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern2017-09-151-2/+6
* net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern2017-08-131-1/+2
* Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni2017-08-061-8/+1
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-061-3/+4
* do_ip_setsockopt(): don't open-code memdup_user()Al Viro2017-06-301-14/+6
* ipv4: get rid of ip_ra_lockWANG Cong2017-04-301-10/+2
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-5/+4
* ipv4: fix a deadlock in ip_ra_controlWANG Cong2017-04-171-0/+1
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-211-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-1/+8
|\
| * ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-041-1/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-1/+7
|\|
| * net: fix incorrect original ingress device index in PKTINFOWei Zhang2016-12-291-1/+7
* | scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-1/+1
* | net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-301-1/+6
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-231-1/+1
* net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-071-3/+3
* ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-031-0/+26
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-5/+6
* ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2016-09-081-2/+5
* sock: propagate __sock_cmsg_send() errorEric Dumazet2016-05-161-2/+3
* net: original ingress device index in PKTINFODavid Ahern2016-05-111-1/+6
* net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-251-5/+5
* udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2016-04-131-1/+2
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-2/+2
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-041-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+2
|\
| * ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-02-131-0/+2
* | ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-161-1/+4
* | igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-111-2/+3
|/
* ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-041-15/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-1/+10
|\
| * ip: report the original address of ICMP messagesJulian Anastasov2015-06-241-1/+10
* | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-061-0/+7
|/
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+2