index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_mroute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
1
-1
/
+1
*
When a prison is given the ability to create raw sockets (when the
csjp
2004-08-21
1
-0
/
+8
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
1
-127
/
+127
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-11
/
+2
*
Fix bug with tracking the previous element in a list.
hsu
2004-08-03
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Reduce the number of unnecessary unlock-relocks on socket buffer mutexes
rwatson
2004-06-26
1
-2
/
+5
*
When asserting non-Giant locks in the network stack, also assert
rwatson
2004-06-24
1
-1
/
+4
*
IP multicast code no longer needs to acquire Giant before appending
rwatson
2004-06-20
1
-3
/
+0
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
To comply with the spec, do not copy the TOS from the outer IP
hsu
2004-03-08
1
-6
/
+6
*
o move mutex init/destroy logic to the module load/unload hooks;
sam
2003-12-20
1
-11
/
+27
*
the sbappendaddr call in socket_send must be protected by Giant
sam
2003-11-08
1
-0
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-6
/
+4
*
Potential fix for races shutting down callouts when unloading
sam
2003-10-29
1
-2
/
+6
*
o restructure initialization code so data structures are setup
sam
2003-10-24
1
-22
/
+34
*
Add locking.
sam
2003-09-06
1
-135
/
+237
*
Remove redundant bzero.
hsu
2003-08-24
1
-1
/
+0
*
* Bug fix in bw_meter_process(): the periodically processed bins
hsu
2003-08-19
1
-10
/
+33
*
1. Basic PIM kernel support
hsu
2003-08-07
1
-41
/
+1374
*
* makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible via
hsu
2003-08-05
1
-9
/
+24
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-1
/
+6
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Massive cleanup of the ip_mroute code.
luigi
2002-11-15
1
-864
/
+522
*
Cast a ptrdiff_t to an int to printf.
jhb
2002-11-08
1
-1
/
+1
*
When a packet is multicast encapsulated, give labeled policies the
rwatson
2002-10-20
1
-0
/
+5
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-2
/
+2
*
Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GRE
sobomax
2002-09-09
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Just a comment on some additional consistency checks that could
luigi
2002-06-26
1
-0
/
+5
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-2
/
+0
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-0
/
+2
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-8
/
+11
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-24
1
-2
/
+2
*
Prevent icmp_reflect() from calling ip_output() with a NULL route
ru
2002-03-22
1
-1
/
+2
*
Remove __P.
alfred
2002-03-19
1
-14
/
+14
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-2
/
+2
*
Allow for ip_output() to be called with a NULL route pointer.
ru
2001-12-01
1
-2
/
+1
*
fix int argument used in printf w/ %ld (cast to long)
dillon
2001-10-29
1
-2
/
+3
*
Fixed comment: ipip_input -> mroute_encapcheck.
sumikawa
2001-09-20
1
-1
/
+1
*
Removed ipip_input(). No codes calls it anymore due to ip_encap.c's
sumikawa
2001-09-18
1
-4
/
+0
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-11
/
+8
*
Somewhat modernize ip_mroute.c:
fenner
2001-07-25
1
-173
/
+160
*
Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.
kris
2001-06-01
1
-0
/
+5
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-11
/
+1
*
change the evaluation order of the rsvp socket in rsvp_input()
kjc
2000-09-17
1
-31
/
+19
*
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
ru
2000-09-14
1
-2
/
+1
[next]