summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-26can: at91_can: add LED trigger supportFabio Baltieri1-0/+10
2013-01-26can: flexcan: add LED trigger supportFabio Baltieri1-0/+11
2013-01-26can: rename LED trigger name on netdev renamesKurt Van Dijck3-0/+52
2013-01-26can: export a safe netdev_priv wrapper for candevKurt Van Dijck2-0/+16
2013-01-26can: add tx/rx LED trigger supportFabio Baltieri5-0/+149
2013-01-26can: usb_8dev: Add support for USB2CAN interface from 8 devicesBernd Krumboeck3-0/+1029
2013-01-26can: sja1000: correct indention of Kconfig help textMarc Kleine-Budde1-6/+6
2013-01-26can: Kconfig: switch on all CAN protocolls by defaultMarc Kleine-Budde1-3/+3
2013-01-26can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' blockMarc Kleine-Budde7-15/+18
2013-01-26can: Kconfig: convert 'depends on CAN' into 'if CAN...endif' blockMarc Kleine-Budde2-8/+4
2013-01-23ixgbevf: Fix link speed message to support 100MbpsGreg Rose1-3/+16
2013-01-23ixgbe: Limit number of reported VFs to device specific valueDonald Dutile1-0/+1
2013-01-23ixgbe: Implement PCI SR-IOV sysfs callback operationGreg Rose4-6/+122
2013-01-23ixgbe: Modularize SR-IOV enablement codeGreg Rose1-40/+54
2013-01-23ixgbe: Make mailbox ops initialization unconditionalGreg Rose3-11/+10
2013-01-23ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2-6/+2
2013-01-23ixgbe: Inline Rx PTP descriptor handlingAlexander Duyck2-19/+23
2013-01-23ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller1-2/+2
2013-01-23ixgbe: add warning when scheduling resetJacob Keller1-0/+2
2013-01-23ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller3-34/+65
2013-01-23ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller3-87/+51
2013-01-23ixgbe: Update ptp_overflow check comment and jiffiesJacob Keller1-7/+7
2013-01-23ixgbe: add missing supported filters to get_ts_infoJacob Keller1-0/+8
2013-01-23ixgbe: ethtool ixgbe_diag_test cleanupJacob Keller1-12/+26
2013-01-23Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...David S. Miller10-176/+185
2013-01-23bnx2x: SR-IOV version compatibility bugfixAriel Elior3-4/+5
2013-01-23bnx2x: Fix compilation with stop-on-errorYuval Mintz2-2/+2
2013-01-23cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_stateMichael Chan3-8/+11
2013-01-23bnx2x: correct memory release schemeYuval Mintz2-4/+3
2013-01-23bnx2x: Remove many sparse warningsYuval Mintz9-159/+195
2013-01-23bnx2x: Modify unload conditionsYuval Mintz1-3/+11
2013-01-23bnx2x: Correct memory preparation and releaseDmitry Kravkov2-44/+16
2013-01-23bnx2x: Add missing VFs reference in macrosYuval Mintz1-1/+3
2013-01-23bnx2x: Add additional debug informationYuval Mintz4-6/+38
2013-01-23bnx2x: correct usleep_range usageYuval Mintz4-10/+10
2013-01-23bnx2x: reorganization and beautificationYuval Mintz5-139/+122
2013-01-23bnx2x: Semantic renovationYuval Mintz9-105/+86
2013-01-23gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil1-0/+4
2013-01-23Merge branch 'soreuseport'David S. Miller29-70/+213
2013-01-23soreuseport: UDP/IPv6 implementationTom Herbert1-3/+27
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert5-10/+38
2013-01-23soreuseport: UDP/IPv4 implementationTom Herbert1-18/+43
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert5-21/+73
2013-01-23soreuseport: infrastructureTom Herbert18-18/+32
2013-01-23xen-netback: allow changing the MAC address of the interfaceMatt Wilson1-0/+2
2013-01-23netfilter: nf_conntrack: fix compilation if sysctl are disabledPablo Neira Ayuso1-2/+9
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng8-106/+204
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng4-41/+49
2013-01-23netfilter: nf_ct_proto: move initialization out of pernet_operationsGao feng3-20/+34
2013-01-23netfilter: nf_ct_labels: move initialization out of pernet_operationsGao feng3-20/+16