| Commit message (Expand) | Author | Age | Files | Lines |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 1 | -7/+30 |
| * | Some local and style(9) cleanups. | Andre Oppermann | 2007-04-04 | 1 | -31/+36 |
| * | Fix a long-standing limitation in IPv4 multicast group membership. | Bruce M Simpson | 2006-05-14 | 1 | -2/+3 |
| * | Move MAX_IPOPTLEN and struct ipoption back into ip_var.h as | Andre Oppermann | 2005-11-19 | 1 | -0/+13 |
| * | Consolidate all IP Options handling functions into ip_options.[ch] and | Andre Oppermann | 2005-11-18 | 1 | -17/+1 |
| * | Check the alignment of the IP header before passing the packet up to the | Andrew Thompson | 2005-07-02 | 1 | -0/+6 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Port randomization leads to extremely fast port reuse at high | Mike Silbersack | 2005-01-02 | 1 | -0/+1 |
| * | Support for dynamically loadable and unloadable IP protocols in the ipmux. | Andre Oppermann | 2004-10-19 | 1 | -0/+2 |
| * | Remove the last two global variables that are used to store packet state while | Andre Oppermann | 2004-09-15 | 1 | -1/+1 |
| * | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -3/+1 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -0/+2 |
| * | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -6/+13 |
| * | Provide the sysctl net.inet.ip.process_options to control the processing | Andre Oppermann | 2004-05-06 | 1 | -0/+1 |
| * | Rename ip_claim_next_hop() to m_claim_next_hop(), give it an extra arg | Darren Reed | 2004-05-02 | 1 | -16/+0 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -10/+18 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -16/+9 |
| * | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -9/+16 |
| * | Make ipstealth global as we need it in ip_fastforward too. | Andre Oppermann | 2003-11-15 | 1 | -0/+3 |
| * | Remove the global one-level rtcache variable and associated | Andre Oppermann | 2003-11-14 | 1 | -2/+1 |
| * | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 1 | -5/+1 |
| * | divert socket fixups: | Sam Leffler | 2003-11-08 | 1 | -0/+1 |
| * | Lock ip forwarding route cache. While we're at it, remove the global | Sam Leffler | 2003-10-14 | 1 | -1/+1 |
| * | o update PFIL_HOOKS support to current API used by netbsd | Sam Leffler | 2003-09-23 | 1 | -0/+4 |
| * | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | Bruce M Simpson | 2003-08-20 | 1 | -0/+1 |
| * | 1. Basic PIM kernel support | Jeffrey Hsu | 2003-08-07 | 1 | -0/+2 |
| * | Back out support for RFC3514. | Matthew N. Dodd | 2003-04-02 | 1 | -1/+0 |
| * | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | Matthew N. Dodd | 2003-04-01 | 1 | -0/+1 |
| * | Add the ability to limit the number of IP fragments allowed per packet, | Mike Silbersack | 2003-02-22 | 1 | -0/+1 |
| * | Back out the ip_fragment() code -- it is not urgent to have it in now, | Luigi Rizzo | 2002-11-20 | 1 | -2/+0 |
| * | Move the ip_fragment code from ip_output() to a separate function, | Luigi Rizzo | 2002-11-17 | 1 | -0/+2 |
| * | Massive cleanup of the ip_mroute code. | Luigi Rizzo | 2002-11-15 | 1 | -3/+4 |
| * | Fix two instances of variant struct definitions in sys/netinet: | Poul-Henning Kamp | 2002-10-20 | 1 | -2/+0 |
| * | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -1/+2 |
| * | Perform a nested include of _label.h if #ifdef _KERNEL. This will | Robert Watson | 2002-08-15 | 1 | -0/+4 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-30 | 1 | -0/+1 |
| * | Don't export 'struct ipq' from kernel, instead #ifdef _KERNEL. As kernel | Robert Watson | 2002-07-20 | 1 | -0/+2 |
| * | Remove ip_fw_fwd_addr (forgotten in previous commit) | Luigi Rizzo | 2002-06-23 | 1 | -7/+5 |
| * | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 1 | -2/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -32/+32 |
| * | - Make ip_rtaddr() global, and use it to look up the correct source | Ruslan Ermilov | 2001-11-30 | 1 | -0/+2 |
| * | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | Julian Elischer | 2001-09-03 | 1 | -4/+4 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -0/+4 |
| * | Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets. | Kris Kennaway | 2001-06-01 | 1 | -0/+6 |
| * | Invalidate cached forwarding route (ipforward_rt) whenever a new route | Ruslan Ermilov | 2001-03-19 | 1 | -0/+1 |
| * | <sys/queue.h> makeover. | Poul-Henning Kamp | 2001-03-16 | 1 | -1/+1 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -3/+0 |
| * | Compute the checksum before handing the packet off to IPFilter. | Jonathan Lemon | 2000-05-21 | 1 | -0/+2 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |