projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
kernel - Major bridging functionality completed
[dragonfly.git]
/
sys
/
netinet
/
if_ether.c
2011-02-24
Matthew Dillon
kernel - Major bridging functionality completed
blob
|
commitdiff
2011-02-22
Matthew Dillon
kernel - More if_bridge work + misc fixes
blob
|
commitdiff
|
diff to current
2010-09-15
Matthew Dillon
network - Major netmsg retooling, part 1
blob
|
commitdiff
|
diff to current
2010-09-09
Matthew Dillon
network - Completely revamp the netisr / dispatch code
blob
|
commitdiff
|
diff to current
2009-12-20
Matthew Dillon
kernel - Move mplock to machine-independent C
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-13
Sepherosa Ziehau
Allow users to turn off certain arp logging.
blob
|
commitdiff
|
diff to current
2009-04-13
Sepherosa Ziehau
Add description about sysctl nodes under net.link.ether...
blob
|
commitdiff
|
diff to current
2009-03-20
Sepherosa Ziehau
netisr: Add pktinfo struct; add new netisr method to...
blob
|
commitdiff
|
diff to current
2009-03-14
Sepherosa Ziehau
Add static ARP support.
blob
|
commitdiff
|
diff to current
2009-03-10
Sepherosa Ziehau
network: Turn on adaptive MPSAFE for network threads...
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
route: Suppress duplicated rtmsgs on ARP input path.
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
route: Suppress duplicated rtmsgs generated by rtlookup...
blob
|
commitdiff
|
diff to current
2008-12-27
Sepherosa Ziehau
Factor out 'curnetport'
blob
|
commitdiff
|
diff to current
2008-12-26
Sepherosa Ziehau
Rework carp(4) IPv4 support.
blob
|
commitdiff
|
diff to current
2008-12-20
Sepherosa Ziehau
Use priority message for arp holding mbufs
blob
|
commitdiff
|
diff to current
2008-12-06
Sepherosa Ziehau
Constify the tip/sip parameters of arprequest/arpreques...
blob
|
commitdiff
|
diff to current
2008-11-22
Sepherosa Ziehau
Remove MSGF_PRIORITY support. The flag testing and...
blob
|
commitdiff
|
diff to current
2008-11-09
Sepherosa Ziehau
- During ARP resolving, current thread msgport or curre...
blob
|
commitdiff
|
diff to current
2008-10-07
Thomas Nikolajsen
- fix UP build
blob
|
commitdiff
|
diff to current
2008-10-04
Sepherosa Ziehau
- Add tunable (net.link.ether.inet.arp_mpsafe) to regis...
blob
|
commitdiff
|
diff to current
2008-10-01
Sepherosa Ziehau
Split arprequest() into two parts, arpreq_alloc() and...
blob
|
commitdiff
|
diff to current
2008-10-01
Sepherosa Ziehau
- Constify 'enaddr'
blob
|
commitdiff
|
diff to current
2008-09-27
Sepherosa Ziehau
For SMP kernel
blob
|
commitdiff
|
diff to current
2008-09-25
Sepherosa Ziehau
- Minor style and white space changes
blob
|
commitdiff
|
diff to current
2008-09-24
Sepherosa Ziehau
Add NETISR_FLAG_NOTMPSAFE, which could be used as the...
blob
|
commitdiff
|
diff to current
2008-09-23
Sepherosa Ziehau
Add following three network protocol threads running...
blob
|
commitdiff
|
diff to current
2008-06-09
Sepherosa Ziehau
Parallelize in_ifaddrhashtbl
blob
|
commitdiff
|
diff to current
2008-05-31
Sepherosa Ziehau
- Avoid excessive goto
blob
|
commitdiff
|
diff to current
2008-05-28
Sepherosa Ziehau
- ifnet.if_output() should be called without ifnet...
blob
|
commitdiff
|
diff to current
2008-05-14
Sepherosa Ziehau
Reduce ifnet.if_serializer contention on output path:
blob
|
commitdiff
|
diff to current
2008-03-07
Sepherosa Ziehau
Parallelize ifnet.if_addrhead accessing by duplicating...
blob
|
commitdiff
|
diff to current
2008-02-11
Nuno Antunes
Fix arprequest serialization.
blob
|
commitdiff
|
diff to current
2007-09-08
Sepherosa Ziehau
Kill token ring remainder.
blob
|
commitdiff
|
diff to current
2007-08-27
Hasso Tepper
Nuke FDDI support.
blob
|
commitdiff
|
diff to current
2007-08-27
Hasso Tepper
Nuke token ring support. This also means one blob less...
blob
|
commitdiff
|
diff to current
2007-08-27
Hasso Tepper
Nuke ARCnet support.
blob
|
commitdiff
|
diff to current
2007-08-16
Matthew Dillon
Bring CARP into the tree. CARP = Common Address Redund...
blob
|
commitdiff
|
diff to current
2007-05-24
Matthew Dillon
Add lwkt_sleep() to formalize a shortcut numerous bits...
blob
|
commitdiff
|
diff to current
2007-05-23
Matthew Dillon
* Greatly reduce the complexity of the LWKT messaging...
blob
|
commitdiff
|
diff to current
2007-03-04
Sascha Wildner
Remove weird license clause which has expired.
blob
|
commitdiff
|
diff to current
2006-12-22
Sascha Wildner
Rename printf -> kprintf in sys/ and add some defines...
blob
|
commitdiff
|
diff to current
2006-07-20
Simon Schubert
Fix bug introduced in rev 1.33 and make a clearer code...
blob
|
commitdiff
|
diff to current
2006-06-25
Simon Schubert
Remove OLDBRIDGE
blob
|
commitdiff
|
diff to current
2006-05-20
Matthew Dillon
Embed the netmsg in the mbuf itself rather than allocat...
blob
|
commitdiff
|
diff to current
2006-01-31
Matthew Dillon
Bring in the parallel route table code and clean up...
blob
|
commitdiff
|
diff to current
2005-12-21
Simon Schubert
Bring in if_bridge from Open-/Net-/FreeBSD
blob
|
commitdiff
|
diff to current
2005-12-19
Simon Schubert
Adjust sources to accomodate for repo copy of our bridg...
blob
|
commitdiff
|
diff to current
2005-11-28
Matthew Dillon
Make all network interrupt service routines MPSAFE...
blob
|
commitdiff
|
diff to current
2005-06-02
Matthew Dillon
Remove spl*() calls from netinet, replacing them with...
blob
|
commitdiff
|
diff to current
2005-03-04
Jeffrey Hsu
Cosmetic changes only.
blob
|
commitdiff
|
diff to current
2005-01-23
Jeffrey Hsu
Now that we generate the ethernet header in place in...
blob
|
commitdiff
|
diff to current
2005-01-06
Jeffrey Hsu
Now that I understand the poorly written BSD routing...
blob
|
commitdiff
|
diff to current
2005-01-06
Jeffrey Hsu
Cosmetic cleanups.
blob
|
commitdiff
|
diff to current
2004-12-28
Jeffrey Hsu
Clean up the networking code before I parallelize the...
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-14
Jeffrey Hsu
Clean up routing code before I parallelize it.
blob
|
commitdiff
|
diff to current
2004-12-11
Jeffrey Hsu
Merge from FreeBSD:
blob
|
commitdiff
|
diff to current
2004-11-20
Matthew Dillon
Fix a conditional. sdl was not unconditionally being...
blob
|
commitdiff
|
diff to current
2004-11-17
Joerg Sonnenberger
Normally we want to warn if the local IP address is...
blob
|
commitdiff
|
diff to current
2004-11-02
Matthew Dillon
Fix 'route add -host <target> -interface <interface_nam...
blob
|
commitdiff
|
diff to current
2004-09-16
Joerg Sonnenberger
timeout/untimeout ==> callout_*
blob
|
commitdiff
|
diff to current
2004-07-17
Joerg Sonnenberger
Add if_broadcastaddr to struct ifnet to hold the link...
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-04-21
Matthew Dillon
Fix a netmsg memory leak in the ARP code. Adjust all...
blob
|
commitdiff
|
diff to current
2004-04-09
Jeffrey Hsu
Push the lwkt_replymsg() up one level from netisr_servi...
blob
|
commitdiff
|
diff to current
2004-03-06
Jeffrey Hsu
Dispatch upper-half protocol request handling.
blob
|
commitdiff
|
diff to current
2004-01-06
Matthew Dillon
if_xname support Part 2/2: Convert remaining netif...
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-09-25
Matthew Dillon
Apply FreeBSD Security Advisory FreeBSD-SA-03:14.arp...
blob
|
commitdiff
|
diff to current
2003-09-15
Jeffrey Hsu
Centralize if queue handling.
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-08-07
Matthew Dillon
kernel tree reorganization stage 1: Major cvs repositor...
blob
|
commitdiff
|
diff to current
2003-07-26
Robert Garrett
Register keyword removal
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