Age | Commit message (Expand) | Author | Files | Lines |
2013-03-27 | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next | David S. Miller | 5 | -43/+88 |
2013-03-27 | phy: Elimination the forced speed reduction algorithm. | Kirill Kapranov | 1 | -49/+1 |
2013-03-27 | net: use the frag lru_lock to protect netns_frags.nqueues update | Jesper Dangaard Brouer | 2 | -2/+2 |
2013-03-27 | net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loop | Jesper Dangaard Brouer | 1 | -0/+3 |
2013-03-27 | ppp: reuse print_hex_dump_bytes | Andy Shevchenko | 1 | -51/+2 |
2013-03-27 | net: core: let's use native isxdigit instead of custom | Andy Shevchenko | 1 | -3/+2 |
2013-03-27 | bnx2x: Cosmetic changes | Yaniv Rosner | 1 | -11/+13 |
2013-03-27 | bnx2x: Support reading I2C EEPROM SFF8472 | Yaniv Rosner | 3 | -60/+155 |
2013-03-27 | bnx2x: Prevent VF race | Dmitry Kravkov | 5 | -34/+82 |
2013-03-27 | bnx2x: Fix VF outer vlan removal | Ariel Elior | 1 | -8/+9 |
2013-03-27 | bnx2x: Fix VF statistics | Ariel Elior | 3 | -37/+47 |
2013-03-27 | bnx2x: missing ARI should not be lethal | Ariel Elior | 1 | -4/+6 |
2013-03-27 | bnx2x: Fix AER semaphore release | Yuval Mintz | 1 | -1/+1 |
2013-03-27 | net: switch to use skb_probe_transport_header() | Jason Wang | 4 | -45/+6 |
2013-03-27 | net: core: introduce skb_probe_transport_header() | Jason Wang | 1 | -0/+14 |
2013-03-27 | net: core: let skb_partial_csum_set() set transport header | Jason Wang | 1 | -0/+1 |
2013-03-27 | ptp_pch: eliminate a number of sparse warnings | Sahara | 1 | -13/+14 |
2013-03-27 | can: bfin_can: declare locally used functions static | Marc Kleine-Budde | 1 | -2/+2 |
2013-03-27 | can: mcp251x: Use dev_pm_ops | Lars-Peter Clausen | 1 | -7/+13 |
2013-03-27 | can: mcp251x: Use module_spi_driver | Lars-Peter Clausen | 1 | -13/+1 |
2013-03-27 | can: mcp251x: Remove redundant spi driver bus initialization | Lars-Peter Clausen | 1 | -1/+0 |
2013-03-27 | can: Kconfig: CAN_AT91 depends on ARM | Ludovic Desroches | 1 | -1/+1 |
2013-03-27 | can: at91_can: add dt support | Ludovic Desroches | 2 | -19/+71 |
2013-03-27 | 6lowpan: use IEEE802154_ADDR_LEN instead of a magic number | Tony Cheneau | 1 | -1/+1 |
2013-03-27 | 6lowpan: fix a small formatting issue | Tony Cheneau | 1 | -1/+1 |
2013-03-27 | ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ON | stefan@datenfreihafen.org | 1 | -2/+2 |
2013-03-27 | ieee802154/at86rf230: Implement hardware address filter callback. | stefan@datenfreihafen.org | 1 | -0/+47 |
2013-03-27 | ieee802154/dgram: Pass source address in dgram_recvmsg | Stephen Röttger | 1 | -0/+10 |
2013-03-27 | VXLAN: Fix sparse warnings. | Pravin B Shelar | 1 | -5/+4 |
2013-03-26 | MAINTAINERS: Update qlge maintainers list | Shahed Shaikh | 1 | -0/+1 |
2013-03-26 | net: fec: TX Buffer incorrectly initialized | Jim Baxter | 1 | -1/+1 |
2013-03-26 | Merge branch 'stmmac' | David S. Miller | 21 | -391/+2019 |
2013-03-26 | stmmac: update the Doc and Version (PTP+SGMII) | Giuseppe CAVALLARO | 2 | -3/+32 |
2013-03-26 | stmmac: add the support for PTP hw clock driver | Rayagond Kokatanur | 8 | -10/+294 |
2013-03-26 | stmmac: add IEEE PTPv1 and PTPv2 support. | Rayagond Kokatanur | 11 | -24/+732 |
2013-03-26 | stmmac: add tx_skbuff_dma to save descriptors used by PTP | Rayagond Kokatanur | 4 | -4/+22 |
2013-03-26 | stmmac: initial support to manage pcs modes | Giuseppe CAVALLARO | 6 | -15/+257 |
2013-03-26 | stmmac: start adding pcs and rgmii core irq | Giuseppe CAVALLARO | 6 | -50/+55 |
2013-03-26 | stmmac: support extend descriptors | Giuseppe CAVALLARO | 11 | -218/+528 |
2013-03-26 | stmmac: reorganize chain/ring modes removing Koptions | Giuseppe CAVALLARO | 10 | -137/+169 |
2013-03-26 | bonding: cleanup unneeded rcu_read_lock() | Veaceslav Falico | 1 | -2/+1 |
2013-03-26 | MAINTAINERS: add netdev list for PTP (IEEE 1588) | Jiri Benc | 1 | -0/+1 |
2013-03-26 | ptp_pch: fix typo in module parameter description | Jiri Benc | 1 | -1/+1 |
2013-03-26 | net: wireless: iwlegacy: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 1 | -2/+2 |
2013-03-26 | net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 1 | -1/+1 |
2013-03-26 | net: ethernet: wiznet: add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 2 | -4/+4 |
2013-03-26 | Merge branch 'transport-header' | David S. Miller | 5 | -1/+59 |
2013-03-26 | net_sched: better precise estimation on packet length for untrusted packets | Jason Wang | 1 | -1/+7 |
2013-03-26 | netback: set transport header before passing it to kernel | Jason Wang | 1 | -0/+12 |
2013-03-26 | packet: set transport header before doing xmit | Jason Wang | 1 | -0/+21 |