summaryrefslogtreecommitdiff
path: root/sys/dev/cadence
AgeCommit message (Expand)Author
2022-11-12Skip the first PHY found to remove the shadow PHY that appears atjmcneill
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2021-12-31sys: Use if_init wrapper function.riastradh
2020-06-28Use prop_data_value (not prop_data_data_nocopy)skrll
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-05-19Kill unused sc variable and fix the build.alnsn
2019-04-22 On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-05-23Apply deferred if_start to more driversozaki-r
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-08-24Add hardware checksumming support.rjs
2015-08-24Fix logic for setting multicast addresses.rjs
2015-08-24Whitespace.rjs
2015-08-24printf -> aprint.rjs
2015-08-13Add gem versions of collision counters.rjs
2015-05-20Remove leftover use of AF_NS and NS optionozaki-r
2015-01-23Initial Zynq (Xilinx) supporthkenken