| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 1 | -1/+1 |
| * | MFC (by andre) | Xin LI | 2005-10-09 | 1 | -1/+1 |
| * | MFC IP_DONTFRAG IP socket option. | Andre Oppermann | 2005-10-02 | 1 | -0/+8 |
| * | MFC: IP_MINTTL socket option. | Andre Oppermann | 2005-10-01 | 1 | -0/+14 |
| * | Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55, | Robert Watson | 2005-08-24 | 1 | -0/+3 |
| * | Merge ip_output.c:1.244 from HEAD to RELENG_6: | Robert Watson | 2005-08-20 | 1 | -33/+58 |
| * | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | Robert Watson | 2005-07-05 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -2/+2 |
| * | Bring back the full packet destination manipulation for 'ipfw fwd' | Andre Oppermann | 2005-02-22 | 1 | -1/+5 |
| * | Correctly move the packet header in ip_insertoptions(). | Alan Cox | 2005-01-23 | 1 | -1/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Remove an errant blank line apparently introduced in | Robert Watson | 2004-12-25 | 1 | -1/+0 |
| * | Pass the inpcb reference into ip_getmoptions() rather than just the | Robert Watson | 2004-12-05 | 1 | -6/+14 |
| * | Push the inpcb argument into ip_setmoptions() when setting IP multicast | Robert Watson | 2004-12-05 | 1 | -10/+8 |
| * | Start working through inpcb locking for ip_ctloutput() by cleaning up | Robert Watson | 2004-12-05 | 1 | -10/+13 |
| * | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 1 | -1/+1 |
| * | Make comments more clear for the packet changed cases after pfil hooks. | Andre Oppermann | 2004-09-13 | 1 | -1/+2 |
| * | revert comment from rev1.158 now that rev1.225 backed it out.. | John-Mark Gurney | 2004-09-06 | 1 | -3/+1 |
| * | In the case the destination of a packet was changed by the packet filter | Andre Oppermann | 2004-08-27 | 1 | -2/+2 |
| * | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -17/+7 |
| * | Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel. | Max Laier | 2004-08-22 | 1 | -13/+14 |
| * | Make the kernel compile again if you are not using PFIL_HOOKS | Peter Wemm | 2004-08-18 | 1 | -0/+4 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -280/+65 |
| * | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -6/+1 |
| * | Consistently use NULL for pointer comparisons. | Andre Oppermann | 2004-08-11 | 1 | -10/+10 |
| * | Make a comment that "ipfw forward" is not SMP and PREEMPTION safe. | Andre Oppermann | 2004-08-09 | 1 | -0/+1 |
| * | o Delayed checksums are now calculated in divert_packet() for diverted packets | Andre Oppermann | 2004-08-03 | 1 | -10/+0 |
| * | In ip_ctloutput(), acquire the inpcb lock around some of the basic | Robert Watson | 2004-06-24 | 1 | -5/+10 |
| * | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+7 |
| * | o Calculate a number of bytes to copy (cnt) correctly: | Maxim Konovalov | 2004-05-11 | 1 | -1/+1 |
| * | Rename m_claim_next_hop() to m_claim_next(), as suggested by Max Laier. | Darren Reed | 2004-05-02 | 1 | -1/+1 |
| * | Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg | Darren Reed | 2004-05-02 | 1 | -1/+1 |
| * | In an effort to simplify the routing code, try to deprecate rtalloc() | Luigi Rizzo | 2004-04-14 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Fixed a bug in previous revision: compute the payload checksum before | Ruslan Ermilov | 2004-04-07 | 1 | -8/+8 |
| * | Untangle IP multicast routing interaction with delayed payload checksums. | Ruslan Ermilov | 2004-03-25 | 1 | -13/+3 |
| * | Two minor follow-ups on the MT_TAG removal: | Max Laier | 2004-03-02 | 1 | -3/+2 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -51/+48 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -60/+53 |
| * | don't update outgoing ifp, if ipsec tunnel mode encapsulation | Hajimu UMEMOTO | 2004-02-16 | 1 | -3/+5 |
| * | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -53/+60 |
| * | Initial import of RFC 2385 (TCP-MD5) digest support. | Bruce M Simpson | 2004-02-11 | 1 | -0/+1 |
| * | pass pcb rather than so. it is expected that per socket policy | Hajimu UMEMOTO | 2004-02-03 | 1 | -8/+2 |
| * | Do not set the ip_id to zero when DF is set on packet and | Andre Oppermann | 2004-01-08 | 1 | -12/+6 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -16/+9 |
| * | Remove RTF_PRCLONING from routing table and adjust users of it | Andre Oppermann | 2003-11-20 | 1 | -2/+2 |
| * | Remove the global one-level rtcache variable and associated | Andre Oppermann | 2003-11-14 | 1 | -17/+8 |
| * | Introduce ip_fastforward and remove ip_flow. | Andre Oppermann | 2003-11-14 | 1 | -0/+1 |
| * | Do not fragment a packet with hardware assistance if it has the DF | Andre Oppermann | 2003-11-12 | 1 | -1/+2 |
| * | assert optional inpcb is passed in locked | Sam Leffler | 2003-11-08 | 1 | -0/+2 |