index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_input.c
Age
Commit message (
Expand
)
Author
2017-09-27
Take softnet_lock on pr_input properly if NET_MPSAFE
ozaki-r
2017-07-27
Don't acquire global locks for IPsec if NET_MPSAFE
ozaki-r
2017-07-19
Correct a comment
ozaki-r
2017-07-08
Reorder the controls to the ones that need an interface and the ones that
christos
2017-07-06
remove unnecessary casts (no functional change)
christos
2017-07-06
Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single
christos
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-03-31
Don't use a single global variable to store source route information for mult...
ozaki-r
2017-03-31
Don't use a single global variable as a temporal storage for multiple packets
ozaki-r
2017-03-06
Make sure icmp_redirect_timeout_q and ip_mtudisc_timeout_q are initialized on...
ozaki-r
2017-02-17
Fix return value
ozaki-r
2017-02-17
Protect sysctl_net_inet_ip_pmtudto with icmp_mtx instead of softnet_lock
ozaki-r
2017-02-07
Add missing NULL checks for m_get_rcvif
ozaki-r
2017-01-24
Tweak softnet_lock and NET_MPSAFE
ozaki-r
2016-12-12
Make the routing table and rtcaches MP-safe
ozaki-r
2016-12-08
Use psref for ip_rtaddr
ozaki-r
2016-12-08
Add rtcache_unref to release points of rtentry stemming from rtcache
ozaki-r
2016-10-18
Don't hold global locks if NET_MPSAFE is enabled
ozaki-r
2016-10-18
Avoid double frees of mbuf
ozaki-r
2016-10-11
Fix kernel builds with IFA_STATS
ozaki-r
2016-09-07
Disallow input to detached addresses because they are not yet valid.
roy
2016-08-31
Make ipforward_rt and ip6_forward_rt percpu
ozaki-r
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-26
Fix downmatch increment
ozaki-r
2016-07-08
CID 1363344: remove dead code
ozaki-r
2016-07-07
Switch the address list of intefaces to pslist(9)
ozaki-r
2016-07-06
Switch the IPv4 address list to pslist(9)
ozaki-r
2016-07-06
Add and use pslist(9)-based hashtable for IPv4 addresses
ozaki-r
2016-07-04
Separate IP address matching functions
ozaki-r
2016-06-30
Tidy up goto lables
ozaki-r
2016-06-30
Fix error paths
ozaki-r
2016-06-28
Add missing NULL checks for m_get_rcvif_psref
ozaki-r
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-01-21
Revert previous: ran cvs commit when I meant cvs diff. Sorry!
riastradh
2016-01-21
Give proper prototype to ip_output.
riastradh
2016-01-08
eliminate ip_input.c and ip6_input.c dependency on gif(4)
knakahara
2015-10-13
Include arp.h to restore the sysctl net.inet.ip.dad_count.
roy
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-08-07
Use time_uptime instead of time_second to avoid time leaps
ozaki-r
2015-05-02
Fix !ARP build.
joerg
2015-05-02
Add IPv4 address flags IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and
roy
2015-03-26
Tidy up the regular path of ip_forward
ozaki-r
2014-06-16
Add 3rd argument to pktq_create to pass sc
ozaki-r
2014-06-05
- Implement pktqueue interface for lockless IP input queue.
rmind
2014-05-30
Introduce 2 new variables: ipsec_enabled and ipsec_used.
christos
2014-05-29
Make IGMP and multicast group management code MP-safe. Use a read-write
rmind
2014-05-28
CID 12164{49,51}: Remove bogus ifp == NULL checks; if ifp was really NULL,
christos
2014-05-23
ip_input(), ip_savecontrol(): cache m->m_pkthdr.rcvif in a variable.
rmind
2014-05-23
Make ip_forward() static, there is no need to expose it.
rmind
2014-05-23
Make ip_input() static, there is no need to expose it.
rmind
[next]