projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
socket: Change sysctl names sosnd -> sosend, no functional changes
[dragonfly.git]
/
sys
/
netinet
/
udp_usrreq.c
2012-04-18
Sepherosa Ziehau
socket: Change sysctl names sosnd -> sosend, no functio...
blob
|
commitdiff
2011-12-04
Sepherosa Ziehau
pru_send: Allow non-NULL address parameter to be passed
blob
|
commitdiff
|
diff to current
2011-12-04
Sepherosa Ziehau
udp: Support asynchronized pru_send for connected socket
blob
|
commitdiff
|
diff to current
2011-12-04
Sepherosa Ziehau
udp: Prepare for the asynchronized pru_send 2
blob
|
commitdiff
|
diff to current
2011-12-04
Sepherosa Ziehau
udp: Prepare for the asynchronized pru_send
blob
|
commitdiff
|
diff to current
2011-12-04
Sepherosa Ziehau
udp: Simplify udp_output interface
blob
|
commitdiff
|
diff to current
2011-11-26
John Marino
Initial import of binutils 2.22 on the new vendor branch
blob
|
commitdiff
|
diff to current
2011-04-04
Venkatesh Srinivas
kernel -- Fix off-by-one in udp multicast group check...
blob
|
commitdiff
|
diff to current
2011-01-31
Sepherosa Ziehau
udp6: Protect udbinfo by udbinfo barrier
blob
|
commitdiff
|
diff to current
2011-01-31
Sepherosa Ziehau
inpcb: Save UDP inpcb into temporary memory during...
blob
|
commitdiff
|
diff to current
2011-01-31
Sepherosa Ziehau
udp_getcred: Release serializer when doing SYSCTL_OUT
blob
|
commitdiff
|
diff to current
2011-01-31
Sepherosa Ziehau
udp: pcb list/hashtable protection stage 2/2
blob
|
commitdiff
|
diff to current
2011-01-31
Sepherosa Ziehau
udp: pcb list/hashtable protection stage 1/2
blob
|
commitdiff
|
diff to current
2010-12-05
Samuel J. Greear
kernel - Provide descriptions for many net.inet sysctl's
blob
|
commitdiff
|
diff to current
2010-09-15
Matthew Dillon
network - Protect so_rcv sockbuf in udp and unix domain...
blob
|
commitdiff
|
diff to current
2010-09-15
Matthew Dillon
network - Major netmsg retooling, part 1
blob
|
commitdiff
|
diff to current
2010-09-14
Matthew Dillon
network - Fix udp self-referential panic
blob
|
commitdiff
|
diff to current
2010-09-13
Matthew Dillon
network - Fix multiple MP races
blob
|
commitdiff
|
diff to current
2010-09-10
Matthew Dillon
network - MP socket free & abort interactions, so_state
blob
|
commitdiff
|
diff to current
2010-09-09
Matthew Dillon
network - Completely revamp the netisr / dispatch code
blob
|
commitdiff
|
diff to current
2010-07-12
Samuel J. Greear
kernel - Tear out socket polling
blob
|
commitdiff
|
diff to current
2010-01-15
Matthew Dillon
kernel - Replace zalloc zones with kmalloc for PCBs
blob
|
commitdiff
|
diff to current
2009-12-06
Sascha Wildner
network - Fix SMP build
blob
|
commitdiff
|
diff to current
2009-12-06
Matthew Dillon
network - Fix UP build
blob
|
commitdiff
|
diff to current
2009-12-05
Matthew Dillon
network - Move socket from netmsg ext to netmsg header...
blob
|
commitdiff
|
diff to current
2009-04-07
Sascha Wildner
Replace all casts of NULL to something with NULL.
blob
|
commitdiff
|
diff to current
2009-03-10
Sepherosa Ziehau
network: Turn on adaptive MPSAFE for network threads...
blob
|
commitdiff
|
diff to current
2008-12-15
Michael Neumann
suser_* to priv_* conversion
blob
|
commitdiff
|
diff to current
2008-11-11
Sepherosa Ziehau
- If we receive redirect or host dead ICMP message...
blob
|
commitdiff
|
diff to current
2008-09-23
Sepherosa Ziehau
Add following three network protocol threads running...
blob
|
commitdiff
|
diff to current
2008-09-12
Sepherosa Ziehau
- Fix function parameters order bug:
blob
|
commitdiff
|
diff to current
2008-04-26
Sepherosa Ziehau
Don't do following optimization in udp_disconnect():
blob
|
commitdiff
|
diff to current
2008-03-26
Sepherosa Ziehau
Fix bugs concerning cached route entry in UDP inpcb.
blob
|
commitdiff
|
diff to current
2007-04-22
Matthew Dillon
Give the sockbuf structure its own header file and...
blob
|
commitdiff
|
diff to current
2007-04-21
Matthew Dillon
Convert all pr_usrreqs structure initializations to...
blob
|
commitdiff
|
diff to current
2007-04-04
Matthew Dillon
Add IP_MINTTL socket option - used to set the minimum...
blob
|
commitdiff
|
diff to current
2007-03-04
Sascha Wildner
Remove weird license clause which has expired.
blob
|
commitdiff
|
diff to current
2007-01-10
Matthew Dillon
Fix collision with variable named 'errno'.
blob
|
commitdiff
|
diff to current
2006-12-29
Victor Balada Diaz
Made jails IPv6 aware and support more than one IP...
blob
|
commitdiff
|
diff to current
2006-01-14
Sascha Wildner
* Remove (void) casts for discarded return values.
blob
|
commitdiff
|
diff to current
2005-06-02
Matthew Dillon
Remove spl*() calls from netinet, replacing them with...
blob
|
commitdiff
|
diff to current
2005-02-08
Jeffrey Hsu
Now that 'so_pcb' is properly declared as a 'void ...
blob
|
commitdiff
|
diff to current
2005-02-02
Jeffrey Hsu
If dhclient fails, an interface could be left with...
blob
|
commitdiff
|
diff to current
2005-01-06
Jeffrey Hsu
Cosmetic cleanups.
blob
|
commitdiff
|
diff to current
2004-12-29
Jeffrey Hsu
Forced commit to say the previous commit wasn't really...
blob
|
commitdiff
|
diff to current
2004-12-29
Jeffrey Hsu
Fix buffer overflow bug involving inet_ntoa().
blob
|
commitdiff
|
diff to current
2004-12-21
Jeffrey Hsu
Clean up the routing and networking code before I paral...
blob
|
commitdiff
|
diff to current
2004-12-03
Joerg Sonnenberger
Replace div_pcblist / rip_pcblist / udp_pcblist with...
blob
|
commitdiff
|
diff to current
2004-10-15
Jeffrey Hsu
Update includes now that the Fast IPSec code has moved...
blob
|
commitdiff
|
diff to current
2004-07-08
Jeffrey Hsu
Add the standard DragonFly copyright notice to go along...
blob
|
commitdiff
|
diff to current
2004-06-07
Matthew Dillon
Add in_pcbinfo_init() to encapsulate basic structural...
blob
|
commitdiff
|
diff to current
2004-06-03
Joerg Sonnenberger
Make pr_input use variadic arguments for anything but...
blob
|
commitdiff
|
diff to current
2004-06-02
Eirik Nygaard
Change mbug allocation flags from M_ to MB_ to avoid...
blob
|
commitdiff
|
diff to current
2004-05-31
Jeffrey Hsu
Panic in udp_output() if a socket is found in an incons...
blob
|
commitdiff
|
diff to current
2004-04-04
Matthew Dillon
Fix a missing wildcard binding in the recent wildcard...
blob
|
commitdiff
|
diff to current
2004-03-31
Jeffrey Hsu
Only enter into wildcard hash table if bind succeeds.
blob
|
commitdiff
|
diff to current
2004-03-31
Jeffrey Hsu
Only enter wildcard sockets into the wildcard hash...
blob
|
commitdiff
|
diff to current
2004-03-27
Jeffrey Hsu
Give UDP its own sosend() function.
blob
|
commitdiff
|
diff to current
2004-03-22
Jeffrey Hsu
Consolidate length checks in ip_demux().
blob
|
commitdiff
|
diff to current
2004-03-17
Matthew Dillon
Fix a bug in the recent connectionless commit. When...
blob
|
commitdiff
|
diff to current
2004-03-07
Jeffrey Hsu
Send UDP packets out without a temporary connect.
blob
|
commitdiff
|
diff to current
2004-03-06
Jeffrey Hsu
Remove unused second argument to ip_stripoptions().
blob
|
commitdiff
|
diff to current
2004-03-06
Jeffrey Hsu
Change the "struct inpcbhead *listhead" field in "struc...
blob
|
commitdiff
|
diff to current
2004-03-05
Jeffrey Hsu
Once we distribute socket protocol processing requests...
blob
|
commitdiff
|
diff to current
2004-03-04
Jeffrey Hsu
A UDP socket is still bound after it is disconnected...
blob
|
commitdiff
|
diff to current
2004-03-04
Jeffrey Hsu
Split out wildcarded sockets from the connection hash...
blob
|
commitdiff
|
diff to current
2004-02-14
Matthew Dillon
Move <machine/in_cksum.h> to <sys/in_cksum.h>. This...
blob
|
commitdiff
|
diff to current
2003-11-08
Matthew Dillon
Network threading stage 1/3: netisrs are already softwa...
blob
|
commitdiff
|
diff to current
2003-10-28
Matthew Dillon
Deal with multicast packets in a manner similar to...
blob
|
commitdiff
|
diff to current
2003-08-23
Robert Garrett
if ipv6 doesnt need oldstyle prototypes maybe its time...
blob
|
commitdiff
|
diff to current
2003-07-26
Robert Garrett
Register keyword removal
blob
|
commitdiff
|
diff to current
2003-06-25
Matthew Dillon
proc->thread stage 4: rework the VFS and DEVICE subsyst...
blob
|
commitdiff
|
diff to current
2003-06-23
Matthew Dillon
proc->thread stage 2: MAJOR revamping of system calls...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Add the DragonFly cvs id and perform general cleanups...
blob
|
commitdiff
|
diff to current
2003-06-17
Matthew Dillon
Initial import from FreeBSD RELENG_4:
blob
|
commitdiff
|
diff to current