summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vge.c
AgeCommit message (Expand)Author
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-10-22Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
2008-05-13Since Ethernet links can only be full duplex or half duplex the linkBrad Smith
2007-12-11- Remove disabled and unusable HW VLAN tagging code.Brad Smith
2007-10-10Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.Mark Kettenis
2007-05-01Missing braces in vge_tick(). Fixes link state announcements.Can Erkin Acar
2006-12-04report full/half duplex state for non-MII interfacesReyk Floeter
2006-11-23OpenBSD-ify the HW VLAN tag insertion code.Brad Smith
2006-11-14don't always leave the mbuf on the if_snd queue if vge_encap() fails.Damien Bergamini
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-10-03don't use IF_PREPEND() on altq's.Damien Bergamini
2006-07-28do not bother playing tag with the PCI_COMMAND_STATUS_REGMark Kettenis
2006-06-17add sys/timeout.hBrad Smith
2006-06-13rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTUBrad Smith
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a fewBrad Smith
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-20de-register.Brad Smith
2005-11-07- splimp -> splnetBrad Smith
2005-10-08Some fixes for vge(4)'s multicast handling, including..Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-03enable use of the hardware 64 entry CAM table for perfect multicastBrad Smith
2005-05-03enable HW transmit checksum offloadBrad Smith
2005-04-30- Add missing break for SIOCSIFADDRBrad Smith
2005-04-30- Correct the if_link_state_change() logic.Brad Smith
2005-04-25csum -> csum_flagsBrad Smith
2005-04-08fix parenthesisBrad Smith
2005-04-08- enable reception of VLAN sized framesBrad Smith
2005-04-02make use of if_link_state_change().Brad Smith
2005-03-15use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henningPeter Valchev
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-12-27remove useless debugging leftoverPeter Valchev
2004-12-26Bounce the mbuf to the BPF listener before committing it to the wirePeter Valchev
2004-12-26htole32 and friends to get this working on big endian (macppc)Peter Valchev
2004-12-12a hack to read MAC address correctly on big endian; ok drahnPeter Valchev
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev