| 2012-06-28 |
Sepherosa Ziehau | bge: Add missing bit of commit f47afe1 |
blob | commitdiff |
| 2012-06-28 |
Sepherosa Ziehau | bge: Limit BCM5701 B5 to 32-bit mode |
blob | commitdiff | diff to current |
| 2012-04-28 |
Sascha Wildner | kernel: Remove newlines from the panic messages that... |
blob | commitdiff | diff to current |
| 2012-04-13 |
Sepherosa Ziehau | ether: Don't manually packing up input mbufs |
blob | commitdiff | diff to current |
| 2011-12-30 |
Aggelos Economopoulos | Modify ktr(4) to be typesafe |
blob | commitdiff | diff to current |
| 2011-12-29 |
Sepherosa Ziehau | intr: Remove no longer correct ithread_cpuid; use rman_... |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-07-18 |
Michael Neumann | if_bge: Support more chipsets |
blob | commitdiff | diff to current |
| 2011-06-24 |
Sascha Wildner | kernel: Use NULL for DRIVER_MODULE()'s evh ... |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - gcc -Os/-O2 warnings pass |
blob | commitdiff | diff to current |
| 2010-06-12 |
Sascha Wildner | network code: Convert if_multiaddrs from LIST to TAILQ. |
blob | commitdiff | diff to current |
| 2009-03-21 |
Sepherosa Ziehau | ether_input/rss: Pass packet info to ether_input_chain. |
blob | commitdiff | diff to current |
| 2009-03-17 |
Sepherosa Ziehau | bce/bge(4): Allow txcsum/rxcsum to be set individually |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | bge(4): Remove unnecessary bus_dmamap_sync() |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | bge(4): Utilize bus_dmamap_load_mbuf_{defrag,segment}() |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | bge(4): Rework bge_newbuf_{std,jumbo}() |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | bge(4): Split RX/TX mbuf busdma tags |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | bge(4): Don't sync coherent memory |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | bge(4): Utilize bus_dmamem_coherent() |
blob | commitdiff | diff to current |
| 2009-02-17 |
Sepherosa Ziehau | bge(4): Correct busdma parameters |
blob | commitdiff | diff to current |
| 2008-12-28 |
Sepherosa Ziehau | Use pci_is_pcie() |
blob | commitdiff | diff to current |
| 2008-11-30 |
Sepherosa Ziehau | - Use a longer timeout value for firmware handshaking. |
blob | commitdiff | diff to current |
| 2008-10-22 |
Sepherosa Ziehau | Add 5906/5906M support. Based on my old patch with... |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | Add pcie_set_max_readrq() to avoid code duplication... |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | Add m_devpad() to avoid code duplication in various... |
blob | commitdiff | diff to current |
| 2008-10-19 |
Sepherosa Ziehau | Reduce RX coal ticks to 100us (favors performance a... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Sepherosa Ziehau | Always enable ETHER_INPUT_CHAIN support |
blob | commitdiff | diff to current |
| 2008-09-17 |
Sepherosa Ziehau | Remove the '2' suffix from ether_input_chain and vlan_i... |
blob | commitdiff | diff to current |
| 2008-08-17 |
Sepherosa Ziehau | Nuke INTR_NETSAFE |
blob | commitdiff | diff to current |
| 2008-07-27 |
Sepherosa Ziehau | Switch to ETHER_INPUT2 on ethernet input path by default: |
blob | commitdiff | diff to current |
| 2008-07-22 |
Sepherosa Ziehau | - Add bge_cksum_pad() to assist hardware csum offloadin... |
blob | commitdiff | diff to current |
| 2008-07-13 |
Sepherosa Ziehau | Unload the bus dmamap, which was successfully loaded |
blob | commitdiff | diff to current |
| 2008-07-13 |
Sepherosa Ziehau | Increate receive max coalesced bds to 80 to prevent... |
blob | commitdiff | diff to current |
| 2008-07-06 |
Sepherosa Ziehau | Nuke unused macro and comment |
blob | commitdiff | diff to current |
| 2008-07-06 |
Sepherosa Ziehau | Print chip informantion in bge_attach() instead of... |
blob | commitdiff | diff to current |
| 2008-07-06 |
Sepherosa Ziehau | Adjust default interrupt moderation variables |
blob | commitdiff | diff to current |
| 2008-07-06 |
Sepherosa Ziehau | For PCI Express devices: |
blob | commitdiff | diff to current |
| 2008-07-06 |
Sepherosa Ziehau | TX coalesce ticks can't be more than 1023 |
blob | commitdiff | diff to current |
| 2008-07-05 |
Sepherosa Ziehau | If boot verbose, print asicrev, chiprev and bus type. |
blob | commitdiff | diff to current |
| 2008-07-05 |
Sepherosa Ziehau | - Add delay in MII registers reading |
blob | commitdiff | diff to current |
| 2008-06-25 |
Sepherosa Ziehau | Make bge(4) aware ETHER_INPUT_CHAIN and ETHER_INPUT2 |
blob | commitdiff | diff to current |
| 2008-05-16 |
Sepherosa Ziehau | Unify vlan_input() and vlan_input_tag(): |
blob | commitdiff | diff to current |
| 2008-05-14 |
Sepherosa Ziehau | Reduce ifnet.if_serializer contention on output path: |
blob | commitdiff | diff to current |
| 2008-03-10 |
Sepherosa Ziehau | Add ETHER_BPF_MTAP() which will call vlan_ether_ptap... |
blob | commitdiff | diff to current |
| 2008-03-10 |
Sepherosa Ziehau | - Embed ether vlan tag in mbuf packet header. Add... |
blob | commitdiff | diff to current |
| 2007-12-02 |
Sepherosa Ziehau | In bge_stop(): |
blob | commitdiff | diff to current |
| 2007-08-11 |
Sepherosa Ziehau | Re-enable hardware UDP/TCP checksum calculation with... |
blob | commitdiff | diff to current |
| 2007-08-09 |
Sepherosa Ziehau | Pass address of mbuf pointer to bge_encap(), so the... |
blob | commitdiff | diff to current |
| 2007-06-26 |
Sepherosa Ziehau | If RX csum calculation with pseudo header is enabled... |
blob | commitdiff | diff to current |
| 2007-06-22 |
Sepherosa Ziehau | - Factor out bge_{disable,enable}_intr(). |
blob | commitdiff | diff to current |
| 2007-06-22 |
Sepherosa Ziehau | Drain packets even if link is down. |
blob | commitdiff | diff to current |
| 2007-06-21 |
Sepherosa Ziehau | Add some KTRs in bge(4) to count RX/TX packets per... |
blob | commitdiff | diff to current |
| 2007-06-19 |
Sepherosa Ziehau | Add sysctl/tunable for TX/RX interrupt coalescing varia... |
blob | commitdiff | diff to current |
| 2007-06-07 |
Matthew Dillon | Add polling support to BGE. |
blob | commitdiff | diff to current |
| 2007-05-16 |
Sepherosa Ziehau | E2BIG -> EFBIG |
blob | commitdiff | diff to current |
| 2007-05-15 |
Sepherosa Ziehau | - Fix a typo which may leave promisc/allmulti mode... |
blob | commitdiff | diff to current |
| 2007-05-12 |
Sepherosa Ziehau | Reset ifnet.if_timer in bge_stop() |
blob | commitdiff | diff to current |
| 2007-05-12 |
Sepherosa Ziehau | - Merge bge_release_resources() into bge_detach().... |
blob | commitdiff | diff to current |
| 2007-05-07 |
Sepherosa Ziehau | Add new devices support for bge(4) |
blob | commitdiff | diff to current |
| 2007-05-03 |
Sepherosa Ziehau | Restore part of old behaviour of bge_tick() -- if link... |
blob | commitdiff | diff to current |
| 2007-05-02 |
Sepherosa Ziehau | - Merge following link state detection fixes from FreeBSD: |
blob | commitdiff | diff to current |
| 2007-04-30 |
Sepherosa Ziehau | - Don't use the status block's link state change bit... |
blob | commitdiff | diff to current |
| 2007-04-26 |
Sepherosa Ziehau | - Don't disable interrupt in bge_intr(), just acknowled... |
blob | commitdiff | diff to current |
| 2007-04-24 |
Sepherosa Ziehau | - Cleanup header file inclusion. |
blob | commitdiff | diff to current |
| 2007-04-23 |
Sepherosa Ziehau | Correct hardware csum offload support for bge(4) |
blob | commitdiff | diff to current |
| 2007-04-22 |
Sepherosa Ziehau | Busdma(9)-fy, mainly obtained from FreeBSD: |
blob | commitdiff | diff to current |
| 2007-04-14 |
Sepherosa Ziehau | For bge_rxeof(), return immediately if no RX descs... |
blob | commitdiff | diff to current |
| 2007-04-14 |
Sepherosa Ziehau | - Return error if reading eeprom times out. |
blob | commitdiff | diff to current |
| 2007-04-14 |
Sepherosa Ziehau | BGE_MBX_TX_HOST_PROD0_LO is write-only, avoid reading it. |
blob | commitdiff | diff to current |
| 2007-03-31 |
Sepherosa Ziehau | - Call bge_setmulti(), if bge(4) is up and running... |
blob | commitdiff | diff to current |
| 2007-03-31 |
Sepherosa Ziehau | Add support for BCM5752. |
blob | commitdiff | diff to current |
| 2007-03-31 |
Sepherosa Ziehau | - Add suspend and resume device methods support. |
blob | commitdiff | diff to current |
| 2007-03-31 |
Sepherosa Ziehau | - Correctly configure BGE_RX_MTU register. Since we... |
blob | commitdiff | diff to current |
| 2007-03-26 |
Sepherosa Ziehau | Turn on hardware vlan tagging and vlan mtu for NICs... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-11-26 |
Sepherosa Ziehau | Use LIST_FOREACH() |
blob | commitdiff | diff to current |
| 2006-10-28 |
Sepherosa Ziehau | Bug fixing: |
blob | commitdiff | diff to current |
| 2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Sascha Wildner | Use pcidevs.h's definition of the BCM5714 id. |
blob | commitdiff | diff to current |
| 2006-03-23 |
Sepherosa Ziehau | Add a new tunable "hw.bge.fake_autoneg", get rid of... |
blob | commitdiff | diff to current |
| 2005-12-31 |
Sepherosa Ziehau | {ether,ieee80211}_ifdetach() can't be called with seria... |
blob | commitdiff | diff to current |
| 2005-11-29 |
Matthew Dillon | Jumbo mbuf mangement's extbuf callbacks must be MPSAFE... |
blob | commitdiff | diff to current |
| 2005-11-28 |
Matthew Dillon | Make all network interrupt service routines MPSAFE... |
blob | commitdiff | diff to current |
| 2005-11-22 |
Matthew Dillon | Fix the design of ifq_dequeue/altq_dequeue by adding... |
blob | commitdiff | diff to current |
| 2005-10-12 |
Matthew Dillon | Remove the INTR_TYPE_* flags. The interrupt type is... |
blob | commitdiff | diff to current |
| 2005-09-29 |
Sepherosa Ziehau | For bge(4), dc(4), lge(4), ndis(4), nge(4), pcn(4)... |
blob | commitdiff | diff to current |
| 2005-08-22 |
Joerg Sonnenberger | Create a kernel option BGE_FAKE_AUTONEG for IBM/Intel... |
blob | commitdiff | diff to current |
| 2005-08-19 |
Joerg Sonnenberger | Prevent spurious link state changes. |
blob | commitdiff | diff to current |
| 2005-08-19 |
Joerg Sonnenberger | Enable the memory arbiter before turning off the PXE... |
blob | commitdiff | diff to current |
| 2005-08-19 |
Joerg Sonnenberger | Atomically load and clear the status block. This makes... |
blob | commitdiff | diff to current |
| 2005-08-19 |
Joerg Sonnenberger | 5705K, 5714C, 5721, 5750, 5750M, 5751M, 5789 support. |
blob | commitdiff | diff to current |
| 2005-06-21 |
Joerg Sonnenberger | Add BCM5751. |
blob | commitdiff | diff to current |
| 2005-06-14 |
Joerg Sonnenberger | Resource allocate now turns on port / memory bit in... |
blob | commitdiff | diff to current |
| 2005-06-13 |
Joerg Sonnenberger | Convert to critical sections. Use bge_detach as common... |
blob | commitdiff | diff to current |
| 2005-05-31 |
Joerg Sonnenberger | Remove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext... |
blob | commitdiff | diff to current |
| 2005-05-27 |
Joerg Sonnenberger | Use ether_ioctl for the default case and merge the... |
blob | commitdiff | diff to current |
| 2005-05-25 |
Jeffrey Hsu | Prefer m_getcl() to separate calls to MGETHDR() and... |
blob | commitdiff | diff to current |
| 2005-05-24 |
Matthew Dillon | Get rid of bus_{disable,enable}_intr(), it wasn't gener... |
blob | commitdiff | diff to current |
| 2005-05-23 |
Joerg Sonnenberger | Spurious semicolon broke gcc2 build. |
blob | commitdiff | diff to current |
| next |