| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not call knlist_destroy() in tapclose(). Instead call it when device is | emax | 2006-05-17 | 1 | -4/+3 |
* | Fix style(9) nits, whitespace and parentheses. | thompsa | 2006-05-16 | 1 | -61/+52 |
* | The current routing code allows insertion of indirect routes that have | qingli | 2006-05-16 | 1 | -0/+19 |
* | Recalculate IP checksum after running pfil hooks. | dhartmei | 2006-05-15 | 1 | -2/+17 |
* | Remove ip6fw. Since ipfw has full functional IPv6 support now and - in | mlaier | 2006-05-12 | 1 | -2/+2 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 2 | -6/+5 |
* | Correct test for fragmented packet. | hsu | 2006-05-11 | 1 | -1/+1 |
* | Pickup locks for the BPF interface structure. It's quite possible that | csjp | 2006-05-07 | 1 | -0/+2 |
* | In rtrequest and rtinit check for sa_len != 0 for the given | bz | 2006-05-04 | 1 | -0/+6 |
* | Add support for fragmenting ipv4 packets. | thompsa | 2006-04-29 | 1 | -7/+85 |
* | Use ANSI C function protypes and declarations for if_arcsubr. | rwatson | 2006-04-12 | 2 | -34/+14 |
* | Correct an assertion in raw_uattach(): this is a library call that other | rwatson | 2006-04-09 | 1 | -1/+6 |
* | Undo damage from wrong MFC to HEAD. | andre | 2006-04-04 | 1 | -38/+0 |
* | MFC rev. 1.32: Add link status descriptions and related structures for userland | andre | 2006-04-04 | 1 | -0/+38 |
* | In raw and raw-derived socket types, maintain and enforce invariant that | rwatson | 2006-04-01 | 1 | -19/+7 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 3 | -30/+24 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 2 | -9/+4 |
* | Add IFF_NEEDSGIANT to kernel PPP support. I have no idea why this wasn't | rwatson | 2006-03-30 | 1 | -1/+1 |
* | Assert that the mbuf is not shared to ensure problems like the last commit are | thompsa | 2006-03-26 | 1 | -0/+3 |
* | m_dup () packet not m_copypacket () since we will modify it. For more | rik | 2006-03-23 | 1 | -2/+11 |
* | No direct call to carp_ifdetach() anymore. It is called by | glebius | 2006-03-21 | 1 | -6/+0 |
* | Add kqueue(2) support on if_tap(4) interfaces. While I'm here, replace | emax | 2006-03-16 | 1 | -60/+153 |
* | Add link status descriptions and related structures for userland | andre | 2006-03-15 | 1 | -0/+38 |
* | - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages. | andre | 2006-03-15 | 2 | -1/+15 |
* | Don't acquire a lock before calling vlan_unconfig(). | ru | 2006-03-09 | 1 | -2/+0 |
* | If we miss the LINK_UP event from the network interface then the bridge port | thompsa | 2006-03-06 | 2 | -13/+11 |
* | Unbreak byte counters when network interfaces are in monitor mode by | csjp | 2006-03-03 | 1 | -8/+8 |
* | Since we are using random ethernet addresses for the bridge, it is possible | thompsa | 2006-03-03 | 1 | -6/+21 |
* | Slightly re-worked bpf(4) code associated with bridging: if we have a | csjp | 2006-03-03 | 1 | -10/+26 |
* | Fix up the Bridge Identifier field in the BPDU packet. | thompsa | 2006-02-28 | 1 | -15/+30 |
* | This patch fixes a problem, which exists if you have IPSEC in your kernel | wkoszek | 2006-02-27 | 1 | -0/+2 |
* | Don't to forget to unlock the rwlock on trunk before destroying it. | yar | 2006-02-24 | 1 | -2/+3 |
* | Fix build. | glebius | 2006-02-15 | 1 | -2/+2 |
* | - Introduce ifmedia_baudrate(), which returns correct baudrate of the | glebius | 2006-02-14 | 2 | -2/+82 |
* | Bump the MODULE_VERSION for HEAD, as the vlan(4) API is different in | emaste | 2006-02-10 | 1 | -1/+1 |
* | Avoid frobbing IFF_UP at any cost (which is close to | yar | 2006-02-10 | 1 | -2/+0 |
* | Add a MODULE_VERSION so that other modules (perhaps third-party) can | emaste | 2006-02-09 | 1 | -0/+1 |
* | The code in rn_walktree_from() that checks if we backed up too far | qingli | 2006-02-07 | 1 | -1/+9 |
* | Remove two unnecessary type casts, of which both had a typo in | qingli | 2006-02-07 | 1 | -2/+2 |
* | Properly initialize args structure before passing it to ipfw_chk(): having | oleg | 2006-02-03 | 2 | -0/+2 |
* | In vlan_config() first call vlan_inithash(), then lock mutex, because | glebius | 2006-02-02 | 1 | -4/+6 |
* | define lock.h before rwlock.h for DEBUG_LOCKS | csjp | 2006-02-02 | 1 | -0/+1 |
* | Implement SIOCGIFCONF for 32bit binaries. | ps | 2006-02-02 | 2 | -0/+31 |
* | Use PFIL_HOOKED macros in if_bridge and pass the right argument to | csjp | 2006-02-02 | 1 | -10/+10 |
* | Somewhat re-factor the read/write locking mechanism associated with the packet | csjp | 2006-02-02 | 2 | -111/+33 |
* | Fix two bugs with the bridge | thompsa | 2006-01-31 | 1 | -3/+17 |
* | Set IFF_BROADCAST and IFF_MULTICAST on vlan interfaces from the | yar | 2006-01-31 | 1 | -2/+5 |
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collective | glebius | 2006-01-30 | 6 | -130/+480 |
* | Add some initial locking to gif(4). It doesn't covers the whole driver, | glebius | 2006-01-30 | 2 | -25/+22 |
* | Make sure buffers in if_bridge are fully initialized before copying | cperciva | 2006-01-25 | 1 | -0/+3 |