summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpts: introduce time stamping code and a PTP hardware clock.Richard Cochran2012-11-014-1/+582
* cpsw: support both silicon versionsRichard Cochran2012-11-012-20/+94
* cpsw: remember the silicon versionRichard Cochran2012-11-011-0/+4
* cpsw: add missing fields to the CPSW_SS register bank.Richard Cochran2012-11-011-0/+8
* cpsw: rename register banks to match the reference manualRichard Cochran2012-11-011-9/+9
* drivers: net: ethernet: cpsw: add multicast address to ALE tableMugunthan V N2012-11-013-3/+56
* net/macb: add pinctrl consumer supportJean-Christophe PLAGNIOL-VILLARD2012-11-011-0/+11
* net/macb: Offset first RX buffer by two bytesHavard Skinnemoen2012-11-011-7/+16
* net/macb: better manage tx errorsNicolas Ferre2012-11-012-54/+113
* net/macb: ethtool interface: add register dump featureNicolas Ferre2012-11-012-0/+43
* net/macb: clean up ring buffer logicHavard Skinnemoen2012-11-013-73/+127
* net/macb: tx status is more than 8 bits nowNicolas Ferre2012-11-011-1/+1
* net/macb: remove macb_get_drvinfo()Nicolas Ferre2012-11-011-11/+0
* net/macb: change debugging messagesHavard Skinnemoen2012-11-011-10/+12
* net/macb: memory barriers cleanupHavard Skinnemoen2012-11-011-4/+14
* net/macb: Add support for Gigabit Ethernet modePatrice Vilchez2012-11-012-3/+16
* time: remove the timecompare code.Richard Cochran2012-11-013-319/+1
* bfin_mac: offer a PTP Hardware Clock.Richard Cochran2012-11-013-3/+175
* bfin_mac: replace sys time stamps with raw ones instead.Richard Cochran2012-11-012-70/+28
* bfin_mac: only advertise hardware time stamped when enabled.Richard Cochran2012-11-011-0/+4
* ptp: add an ioctl to compare PHC time with system timeRichard Cochran2012-11-012-0/+46
* ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-0117-173/+13
* ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2012-11-013-7/+1
* pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-014-5/+2
* sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-0119-0/+153
* tuntap: choose the txq based on rxqJason Wang2012-11-011-3/+224
* tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang2012-11-012-8/+51
* tuntap: multiqueue supportJason Wang2012-11-011-88/+220
* tuntap: introduce multiqueue flagsJason Wang2012-11-011-0/+2
* tuntap: RCUify dereferencing between tun_struct and tun_fileJason Wang2012-11-011-48/+47
* tuntap: move socket to tun_fileJason Wang2012-11-011-121/+145
* tuntap: log the unsigned informaiton with %uJason Wang2012-11-011-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-3121-152/+419
|\
| * igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck2012-10-301-1/+1
| * igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-304-50/+126
| * igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2012-10-302-12/+21
| * igbvf: Check for error on dma_map_single callGreg Rose2012-10-301-0/+13
| * ixgbevf: Do not forward LLDP type framesGreg Rose2012-10-301-0/+5
| * ixgbe: reduce PTP rx path overheadJiri Benc2012-10-301-2/+4
| * ixgbe: add/update descriptor maps in commentsJosh Hay2012-10-301-6/+55
| * ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck2012-10-301-5/+4
| * ixgbe: Return success or failure on VF MAC filter setGreg Rose2012-10-301-1/+1
| * ixgbe: clean up the condition for turning on/off the laserEmil Tantilov2012-10-301-23/+8
| * net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-307-19/+26
| * ixgbe: Fix return value from macvlan filter functionGreg Rose2012-10-301-1/+2
| * ixgbe: Add support for pipeline resetDon Skidmore2012-10-303-32/+153
* | ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-312-8/+6
* | x86: bpf_jit_comp: add vlan tag supportEric Dumazet2012-10-311-0/+21
* | net: filter: add vlan tag accessEric Dumazet2012-10-313-1/+14
* | net/cadence: depend on HAS_IOMEMJoachim Eastwood2012-10-311-0/+1