projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
netisr: Add hashcheck method to check and adjust hw provided hash
[dragonfly.git]
/
sys
/
net
/
netisr.h
2011-07-22
Sepherosa Ziehau
netisr: Add hashcheck method to check and adjust hw...
blob
|
commitdiff
2011-01-31
Sepherosa Ziehau
netisr: Add netisr barrier which stalls all netisrs
blob
|
commitdiff
|
diff to current
2010-10-20
Matthew Dillon
network - Fix socket & mbuf leak
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
2010-09-09
Matthew Dillon
kernel - network protocol thread routing
blob
|
commitdiff
|
diff to current
2010-07-12
Samuel J. Greear
kernel - Tear out socket polling
blob
|
commitdiff
|
diff to current
2009-03-21
Sepherosa Ziehau
ether_input/rss: Pass packet info to ether_input_chain.
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-19
Sepherosa Ziehau
Rename lwkt_portfn_t to pkt_portfn_t
blob
|
commitdiff
|
diff to current
2008-12-27
Sepherosa Ziehau
Factor out 'curnetport'
blob
|
commitdiff
|
diff to current
2008-10-27
Sepherosa Ziehau
pr_ctlinput is usually called when certains types of...
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-09-17
Sepherosa Ziehau
Nuke unused function
blob
|
commitdiff
|
diff to current
2008-07-07
Nuno Antunes
Introduce experimental MPLS over ethernet support....
blob
|
commitdiff
|
diff to current
2008-06-23
Sepherosa Ziehau
Add ether_input_chain2() which could be called by ether...
blob
|
commitdiff
|
diff to current
2008-06-17
Aggelos Economopoulos
do early copyin / delayed copyout for socket options
blob
|
commitdiff
|
diff to current
2008-05-02
Sepherosa Ziehau
Introduce ETHER_INPUT_CHAIN option:
blob
|
commitdiff
|
diff to current
2008-03-29
Sepherosa Ziehau
Add MPSAFE version of netmsg_service_loop()
blob
|
commitdiff
|
diff to current
2007-12-30
Hasso Tepper
Kernel part of bluetooth stack ported by Dmitry Komissa...
blob
|
commitdiff
|
diff to current
2007-09-30
Sepherosa Ziehau
Support polling(4) on multiple CPUs, i.e. each NIC...
blob
|
commitdiff
|
diff to current
2007-06-16
Sepherosa Ziehau
- In bridge_enqueue(), dispatch the mbuf to the current...
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-06-13
Matthew Dillon
Add kernel syscall support for explicit blocking and...
blob
|
commitdiff
|
diff to current
2006-05-21
Matthew Dillon
Clean up more #include files. Create an internal __boo...
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-01-19
Matthew Dillon
When a PCMCIA networking card is removed the IF code...
blob
|
commitdiff
|
diff to current
2004-07-18
Matthew Dillon
Fix two serious bugs in the IP demux code. First,...
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-27
Matthew Dillon
The schednetisr() routine is supposed to be MP and...
blob
|
commitdiff
|
diff to current
2004-04-24
Jeffrey Hsu
The default protocol threads also need the check for
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-20
Matthew Dillon
Revamp the initial lwkt_abortmsg() support to normalize...
blob
|
commitdiff
|
diff to current
2004-04-10
Jeffrey Hsu
Make the declaration of notifymsglist visible outside...
blob
|
commitdiff
|
diff to current
2004-04-10
Jeffrey Hsu
Add predicate message facility.
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-14
Jeffrey Hsu
Make tcp_drain() per-cpu.
blob
|
commitdiff
|
diff to current
2004-03-14
Jeffrey Hsu
Make tcp_drain() per-cpu.
blob
|
commitdiff
|
diff to current
2004-03-06
Matthew Dillon
Simplify LWKT message initialization semantics to reduc...
blob
|
commitdiff
|
diff to current
2004-03-06
Jeffrey Hsu
Dispatch upper-half protocol request handling.
blob
|
commitdiff
|
diff to current
2003-11-23
Matthew Dillon
NETISR_POLL cannot use isr 0. Use isr 1.
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-15
Jeffrey Hsu
Centralize if queue handling.
blob
|
commitdiff
|
diff to current
2003-08-26
Robert Garrett
__P() removal
blob
|
commitdiff
|
diff to current
2003-06-29
Matthew Dillon
threaded interrupts 1: Rewrite the ICU interrupt code...
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