| 2012-08-21 |
Sepherosa Ziehau | ip: Put fast dispatch/slow dispatch and hashing done... |
blob | commitdiff |
| 2012-02-28 |
Sascha Wildner | kernel: Remove opt_ipfw.h from a few files which don... |
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-07-22 |
Sepherosa Ziehau | netisr: Add hashcheck method to check and adjust hw... |
blob | commitdiff | diff to current |
| 2011-05-06 |
Sascha Wildner | Remove ipfilter from the system. |
blob | commitdiff | diff to current |
| 2011-03-03 |
Peter Avalos | Remove insque()/remque() from kernel code. |
blob | commitdiff | diff to current |
| 2011-01-20 |
Matthew Dillon | kernel - Remove mplock shims from global tokens |
blob | commitdiff | diff to current |
| 2010-12-23 |
Venkatesh Srinivas | kernel -- MPIPE: Add a constructor argument and priv... |
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-23 |
Matthew Dillon | network - Fix bug in redispatch after PF translation |
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-09-09 |
Matthew Dillon | kernel - MPSAFE the protocol drain routines |
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-08-23 |
Matthew Dillon | Network - redispatch was not properly adjust ip->ip_len |
blob | commitdiff | diff to current |
| 2009-03-27 |
Matthew Dillon | Fix a recently introduced compile time error w/ IPSEC. |
blob | commitdiff | diff to current |
| 2009-03-26 |
Sepherosa Ziehau | ip_forward: Don't cache IP forwarding route. |
blob | commitdiff | diff to current |
| 2009-03-26 |
Sepherosa Ziehau | ip_dooptions: Don't abuse ipforward_rt |
blob | commitdiff | diff to current |
| 2009-03-21 |
Sepherosa Ziehau | ip_demux: Add ip_mport_pktinfo() to map IP packets... |
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-10 |
Sepherosa Ziehau | network: Turn on adaptive MPSAFE for network threads... |
blob | commitdiff | diff to current |
| 2008-10-28 |
Sepherosa Ziehau | In ip_lengthcheck(), make sure that pkthdr.len is not... |
blob | commitdiff | diff to current |
| 2008-10-28 |
Sepherosa Ziehau | - The assertion in ip_input, should test sizeof(struct... |
blob | commitdiff | diff to current |
| 2008-10-27 |
Sepherosa Ziehau | Monir style and white space changes |
blob | commitdiff | diff to current |
| 2008-10-26 |
Sepherosa Ziehau | - Move ipflow definition from ip_flow.h to ip_flow... |
blob | commitdiff | diff to current |
| 2008-10-21 |
Sepherosa Ziehau | Add tunable net.inet.ip.mpsafe to register IP as MPSAFE... |
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-24 |
Sepherosa Ziehau | Include necessary head file for {get,rel}_mplock()... |
blob | commitdiff | diff to current |
| 2008-09-23 |
Sepherosa Ziehau | Add following three network protocol threads running... |
blob | commitdiff | diff to current |
| 2008-09-18 |
Sepherosa Ziehau | If there are no pfil hooks, just remove the dummynet... |
blob | commitdiff | diff to current |
| 2008-09-13 |
Sepherosa Ziehau | Move ipfw(4) code for ip_{input,output}() into ip_fw2... |
blob | commitdiff | diff to current |
| 2008-09-13 |
Sepherosa Ziehau | Move ipfw(4) related bits into ip_fw2_glue.c |
blob | commitdiff | diff to current |
| 2008-09-13 |
Sepherosa Ziehau | pf(4) may reassemble ip fragments, so we probably shoul... |
blob | commitdiff | diff to current |
| 2008-09-13 |
Sepherosa Ziehau | - Move IPDIVERT related bits into netinet/ip_divert.c |
blob | commitdiff | diff to current |
| 2008-09-13 |
Sepherosa Ziehau | Add FW_MBUF_REDISPATCH, which should be set by various... |
blob | commitdiff | diff to current |
| 2008-09-13 |
Sepherosa Ziehau | - Let caller of ip_fw_dn_io_ptr call ip_dn_queue()... |
blob | commitdiff | diff to current |
| 2008-09-07 |
Sepherosa Ziehau | Move next_hop (tranparent forwarding) testing and extra... |
blob | commitdiff | diff to current |
| 2008-09-07 |
Sepherosa Ziehau | Let ipfw_chk() return IP_FW_{PASS,DENY,DUMMYNET,TEE... |
blob | commitdiff | diff to current |
| 2008-09-06 |
Sepherosa Ziehau | Break long line |
blob | commitdiff | diff to current |
| 2008-09-06 |
Sepherosa Ziehau | Move dummynet tag extraction and ipfw args setup into... |
blob | commitdiff | diff to current |
| 2008-08-28 |
Sepherosa Ziehau | Fix comment |
blob | commitdiff | diff to current |
| 2008-08-28 |
Sepherosa Ziehau | Make IPDIVERT transparent to ip reassemble code by... |
blob | commitdiff | diff to current |
| 2008-08-28 |
Sepherosa Ziehau | Move IPDIVERT processing from ip_input() normal code... |
blob | commitdiff | diff to current |
| 2008-08-23 |
Sepherosa Ziehau | White space |
blob | commitdiff | diff to current |
| 2008-08-23 |
Sepherosa Ziehau | Save srcroute options in a mtag associated the mbuf... |
blob | commitdiff | diff to current |
| 2008-08-23 |
Sepherosa Ziehau | Staticize save_rte() |
blob | commitdiff | diff to current |
| 2008-08-23 |
Sepherosa Ziehau | - Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED... |
blob | commitdiff | diff to current |
| 2008-08-22 |
Sepherosa Ziehau | Move ip fragments reassemble related code from ip_input... |
blob | commitdiff | diff to current |
| 2008-08-22 |
Sepherosa Ziehau | Move ipstat.ips_reassembled updating from ip_input... |
blob | commitdiff | diff to current |
| 2008-08-22 |
Sepherosa Ziehau | White space |
blob | commitdiff | diff to current |
| 2008-08-22 |
Sepherosa Ziehau | next_hop information is now saved in mtag, so the netms... |
blob | commitdiff | diff to current |
| 2008-08-22 |
Sepherosa Ziehau | Save 'ipfw forward' information in mtag, use m_pkthdr... |
blob | commitdiff | diff to current |
| 2008-07-28 |
Sepherosa Ziehau | Use seperate variable to indicate whether ipfw has... |
blob | commitdiff | diff to current |
| 2008-07-27 |
Sepherosa Ziehau | Switch to ETHER_INPUT2 on ethernet input path by default: |
blob | commitdiff | diff to current |
| 2008-07-03 |
Simon Schubert | Make ip_forward public, so that it can be used from... |
blob | commitdiff | diff to current |
| 2008-06-09 |
Sepherosa Ziehau | Parallelize in_ifaddrhashtbl |
blob | commitdiff | diff to current |
| 2008-06-08 |
Sepherosa Ziehau | Parallelize in_ifaddrhead operation |
blob | commitdiff | diff to current |
| 2008-04-20 |
Sascha Wildner | Another round of typo fixes (mostly in messages). |
blob | commitdiff | diff to current |
| 2008-04-03 |
Sepherosa Ziehau | Parallelize ip_flow: |
blob | commitdiff | diff to current |
| 2008-03-07 |
Sepherosa Ziehau | Parallelize ifnet.if_addrhead accessing by duplicating... |
blob | commitdiff | diff to current |
| 2007-12-28 |
Sepherosa Ziehau | Use M_ASSERTPKTHDR |
blob | commitdiff | diff to current |
| 2007-12-19 |
Sepherosa Ziehau | Make divert(4) socket dispatch mbuf to correct the... |
blob | commitdiff | diff to current |
| 2007-11-22 |
Matthew Dillon | Replace the very predictable 'random' IP sequence numbe... |
blob | commitdiff | diff to current |
| 2007-11-16 |
Sepherosa Ziehau | Nuke net/intrq.[ch] and ipintrq related bits; they... |
blob | commitdiff | diff to current |
| 2007-11-16 |
Sepherosa Ziehau | CPU localize dummynet(4) step 1/2 |
blob | commitdiff | diff to current |
| 2007-10-25 |
Sepherosa Ziehau | - Switch dummynet(4) from mbuf based tagging to mtag. |
blob | commitdiff | diff to current |
| 2007-08-14 |
Sepherosa Ziehau | Add a new csum flag to tell IP defragmenter that csum_d... |
blob | commitdiff | diff to current |
| 2007-08-11 |
Matthew Dillon | Add another fix to the 1's complement checksum. A... |
blob | commitdiff | diff to current |
| 2007-08-10 |
Matthew Dillon | The 1's complement checksum in m->m_pkthdr.csum_data... |
blob | commitdiff | diff to current |
| 2007-05-23 |
Matthew Dillon | * Greatly reduce the complexity of the LWKT messaging... |
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 |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
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-10-28 |
Liam J. Foy | - Dont pass a complete interface struct to icmp_error... |
blob | commitdiff | diff to current |
| 2005-09-22 |
Noritoshi Demizu | Suppress kernel message "mfree: m->m_nextpkt != NULL", |
blob | commitdiff | diff to current |
| 2005-08-31 |
Jeffrey Hsu | Fix indentation with previous commit. |
blob | commitdiff | diff to current |
| 2005-08-31 |
Jeffrey Hsu | Check the IP length first to avoid a memory leak later. |
blob | commitdiff | diff to current |
| 2005-08-15 |
Matthew Dillon | Convert RANDOM_IP_ID into a sysctl. |
blob | commitdiff | diff to current |
| 2005-06-17 |
Matthew Dillon | Abstract out the location of an m_tag's data by adding... |
blob | commitdiff | diff to current |
| 2005-06-08 |
Jeffrey Hsu | Get an mbuf packet header to begin with instead of... |
blob | commitdiff | diff to current |
| 2005-06-03 |
Joerg Sonnenberger | Add a new macro IF_LLSOCKADDR which maps a ifnet pointe... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Matthew Dillon | Remove spl*() calls from netinet, replacing them with... |
blob | commitdiff | diff to current |
| 2005-04-18 |
Jeffrey Hsu | Defer assigning to the forwarding route variable until... |
blob | commitdiff | diff to current |
| 2005-04-18 |
Jeffrey Hsu | Minor cosmetic cleanups. Use the canonical name "ro... |
blob | commitdiff | diff to current |
| 2005-04-18 |
Joerg Sonnenberger | Switch IP divert from mbuf based tagging to mbuf tags. |
blob | commitdiff | diff to current |
| 2005-04-11 |
Hiten Pandya | Mechanical cleanup of IP per-cpu statistics code, bette... |
blob | commitdiff | diff to current |
| 2005-03-04 |
Jeffrey Hsu | Cosmetic changes only. |
blob | commitdiff | diff to current |
| 2005-02-11 |
Joerg Sonnenberger | Import ALTQ support from KAME. This is based on the... |
blob | commitdiff | diff to current |
| 2005-01-26 |
Jeffrey Hsu | Code cleanup. Refactor some functions. Push some... |
blob | commitdiff | diff to current |
| 2005-01-25 |
Joerg Sonnenberger | Fix a type in rev. 1.16 |
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-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-20 |
Matthew Dillon | Fix format %lx->%x for ntohl conversions in diagnostic... |
blob | commitdiff | diff to current |
| next |