aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpts.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-12net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam1-3/+3
2015-08-12bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao1-1/+1
2015-08-12cxgb4: Add debugfs support to dump tid infoHariprasad Shenai3-5/+76
2015-08-12cxgb4: Differentiate between stids between server and filter regionHariprasad Shenai2-5/+11
2015-08-12cxgb4: Differentiates between TIDs being used in TCAM and HASHHariprasad Shenai3-6/+36
2015-08-12cxgb4: Add some more details to sge qinfoHariprasad Shenai1-8/+53
2015-08-12net: ipv4: increase dhcp inter device timeoutMugunthan V N1-1/+1
2015-08-12bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia2-9/+14
2015-08-12net: atl1c: add BQL supportRon Angeles1-0/+10
2015-08-12hv_netvsc: Implement set_channels ethtool opAndrew Schwartzmeyer1-0/+97
2015-08-12hv_netvsc: Set vRSS with num_chn in RNDIS filterAndrew Schwartzmeyer3-1/+10
2015-08-12lan78xx: Remove BUG_ON()Woojung.Huh@microchip.com1-31/+0
2015-08-12lan78xx: Fix Smatch WarningsWoojung.Huh@microchip.com1-11/+7
2015-08-12net: eth: altera: Remove sgdmadesclen member from altera_tse_privateTobias Klauser3-6/+4
2015-08-11net: dsa: add support for switchdev FDB objectsVivien Didelot1-61/+81
2015-08-11net: switchdev: support static FDB addressesVivien Didelot3-1/+3
2015-08-11net: dsa: mv88e6xxx: rework FDB Get Next operationVivien Didelot1-21/+59
2015-08-11net: dsa: mv88e6xxx: rework FDB add/del operationsVivien Didelot2-12/+67
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot6-21/+28
2015-08-11net: dsa: mv88e6xxx: rename ATU MAC accessorsVivien Didelot1-8/+8
2015-08-11net: dsa: mv88e6xxx: extend fid maskVivien Didelot2-10/+18
2015-08-11net: dsa: mv88e6xxx: define GLOBAL_ATU_FIDVivien Didelot2-1/+2
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller10-317/+197
2015-08-11bpf: s390: Fix build error caused by the struct bpf_array member name changedKaixu Xia1-2/+2
2015-08-11net, thunder, bgx: Add support to get MAC address from ACPI.David Daney1-1/+85
2015-08-11net: thunder: Factor out DT specific code in BGXRobert Richter1-13/+35
2015-08-10vxlan: fix fdb_dump index calculationAtzm Watanabe1-5/+5
2015-08-10mellanox: mlxsw: Use '%zx' to print size_t formatFabio Estevam1-1/+1
2015-08-10isdn: Remove reverse_bits(), use revbit8()yalin wang1-17/+5
2015-08-10cxgb4: cleanup some indentingDan Carpenter1-3/+3
2015-08-10dsa: Support multiple MDIO bussesAndrew Lunn2-1/+16
2015-08-10net: dsa: mv88e6352: Use mnemonics for EEPROM registers and bitsAndrew Lunn2-10/+16
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar3-290/+206
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar5-260/+61
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar6-28/+216
2015-08-10openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar3-20/+20
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones3-4/+12
2015-08-10bridge: netlink: add support for vlan_filtering attributeNikolay Aleksandrov4-7/+33
2015-08-10qlcnic: Update version to 5.3.63Shahed Shaikh1-2/+2
2015-08-10qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memoryShahed Shaikh1-2/+2
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh2-5/+12
2015-08-10qlcnic: Print firmware minidump buffer and template header addressesShahed Shaikh1-2/+3
2015-08-10qlcnic: Add support to enable capability to extend minidump for iSCSIShahed Shaikh5-0/+61
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil10-21/+22
2015-08-10net: phy: select copper mode when Marvel 88e1111 in SGMIIMadalin Bucur1-0/+11
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-09mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel1-1/+3
2015-08-09mlxsw: Use correct skb length when dumping payloadIdo Schimmel1-1/+1
2015-08-09mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel4-20/+40
2015-08-09mlxsw: Strip FCS from incoming packetsJiri Pirko2-1/+11