Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | 2006-05-28 | 1 | -3/+3 | ||
| | | | | | | - use if_hardmtu for MTU ioctl handlers. ok reyk@ | |||||
* | unknown ioctl is ENOTTY not EINVAL | 2006-05-28 | 1 | -2/+2 | ||
| | ||||||
* | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | 2006-05-27 | 1 | -4/+4 | ||
| | | | | | | more drivers. ok reyk@ | |||||
* | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | 2006-05-20 | 1 | -3/+4 | ||
| | | | | | | appropriate. ok reyk@ | |||||
* | allow bpf(4) to ignore packets based on their direction (inbound or | 2006-03-25 | 1 | -3/+3 | ||
| | | | | | outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||||
* | de-register. | 2006-03-20 | 1 | -4/+4 | ||
| | ||||||
* | - splimp -> splnet | 2005-11-07 | 1 | -11/+5 | ||
| | | | | | | | | - remove spl's from attach - removing redundant checks before pci_mapreg_map() - fix dmesg printing - de-allocate resources on failure to attach - remove unused VLAN input code from vge(4) | |||||
* | Some fixes for vge(4)'s multicast handling, including.. | 2005-10-08 | 1 | -11/+11 | ||
| | | | | | | | | | - Fix IFF_ALLMULTI handling - Stop endless loop in multicast hash table filter mode From christos NetBSD ok pvalchev@ | |||||
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok | 2005-08-09 | 1 | -6/+1 | ||
| | ||||||
* | enable use of the hardware 64 entry CAM table for perfect multicast | 2005-07-03 | 1 | -52/+26 | ||
| | | | | | filtering otherwise fallback on the multicast hash table if trying to filter on more than 64 addresses or if we're trying to flip on ALLMULTI. | |||||
* | enable HW transmit checksum offload | 2005-05-03 | 1 | -7/+14 | ||
| | | | | ok pvalchev@ | |||||
* | - Add missing break for SIOCSIFADDR | 2005-04-30 | 1 | -5/+4 | ||
| | | | | | | - Allow setting the MTU ok pvalchev@ | |||||
* | - Correct the if_link_state_change() logic. | 2005-04-30 | 1 | -3/+12 | ||
| | | | | | | | | | | | | | - Reading the EEPROM to learn the station address doesn't seem to work on boards with VIA gigE controllers that are embedded in VIA chipsets. Presumably, they don't have an external EEPROM and store the MAC address somewhere else. To get around this, read the station address from the RX filter registers instead. This has been tested to work on both embedded and standalone controllers. From FreeBSD ok pvalchev@ | |||||
* | csum -> csum_flags | 2005-04-25 | 1 | -4/+4 | ||
| | | | | ok krw@ canacar@ | |||||
* | fix parenthesis | 2005-04-08 | 1 | -3/+3 | ||
| | ||||||
* | - enable reception of VLAN sized frames | 2005-04-08 | 1 | -24/+23 | ||
| | | | | | | - enable HW receive checksum offload ok pvlachev@ | |||||
* | make use of if_link_state_change(). | 2005-04-02 | 1 | -1/+5 | ||
| | | | | | | From FreeBSD ok pvalchev@ | |||||
* | use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henning | 2005-03-15 | 1 | -2/+2 | ||
| | ||||||
* | make sure interface is in RUNNING state before touching the multicast filters | 2005-01-15 | 1 | -2/+4 | ||
| | | | | | | | | From NetBSD NetBSD PR 27678 for details ok mcbride@ | |||||
* | remove useless debugging leftover | 2004-12-27 | 1 | -4/+1 | ||
| | ||||||
* | Bounce the mbuf to the BPF listener before committing it to the wire | 2004-12-26 | 1 | -11/+10 | ||
| | | | | | | in the TX case, fixes rare problems associated with accessing already free'd memory if the encap routine bails out (panic in PROMISC mode). ok deraadt | |||||
* | htole32 and friends to get this working on big endian (macppc) | 2004-12-26 | 1 | -8/+6 | ||
| | ||||||
* | a hack to read MAC address correctly on big endian; ok drahn | 2004-12-12 | 1 | -3/+8 | ||
| | | | | however a correct clean way to do this should be found | |||||
* | VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt | 2004-12-01 | 1 | -0/+1891 | ||
from FreeBSD |