summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | mlx4_en renamed en_params.c to en_ethtool.cYevgeny Petrilin2009-06-022-1/+1
* | | | mlx4_en: Moved all module parameters handling to en_main.cYevgeny Petrilin2009-06-023-60/+54
* | | | mlx4_en: Giving interface name in debug messagesYevgeny Petrilin2009-06-025-156/+159
* | | | ipv4: New multicast-all socket optionNivedita Singhvi2009-06-025-2/+16
* | | | net: ipv4/ip_sockglue.c cleanupsEric Dumazet2009-06-021-37/+36
* | | | IPv6: Print error value when skb allocation failsBrian Haley2009-06-021-4/+4
* | | | usb: gadget: f_phonet: fix memory allocation sizesRémi Denis-Courmont2009-06-021-5/+4
* | | | f_phonet: no need to check for carrier - scheduler does it internallyRémi Denis-Courmont2009-06-021-8/+2
* | | | f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callbackRémi Denis-Courmont2009-06-021-1/+1
* | | | Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont2009-06-021-2/+3
* | | | atl1c_main.c: add wait_for_idle routineJoe Perches2009-06-011-25/+23
* | | | IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley2009-06-015-10/+145
* | | | cpmac: prevent fatal exception in cpmac_end_xmitStefan Weil2009-06-011-2/+2
* | | | cpmac: remove unused variable.Florian Fainelli2009-06-011-3/+1
* | | | can: sja1000: generic OF platform bus driverWolfgang Grandegger2009-06-015-0/+299
* | | | can: sja1000: stop misusing member base_addr of struct net_deviceWolfgang Grandegger2009-06-015-98/+95
* | | | can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger2009-06-013-5/+2
* | | | net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet2009-05-302-0/+2
* | | | usbnet: ratelimit warning messages invoked from callback handlerAndré Goddard Rosa2009-05-291-3/+6
* | | | fec: Add FEC support for MX35 processorFabio Estevam2009-05-291-2/+2
* | | | irda-usb: suspend/resume supportTadashi Abe2009-05-291-0/+40
* | | | mac8390: use printk MAC address formatFinn Thain2009-05-291-13/+6
* | | | net: convert unicast addr listJiri Pirko2009-05-2918-137/+227
* | | | bonding: use bond_is_lb() when it's appropriateJiri Pirko2009-05-292-4/+2
* | | | cxgb3: add support for the Aquantia 10G-BT phyDivy Le Ray2009-05-294-2/+359
* | | | cxgb3: Add Aeluros 2020 phy supportDivy Le Ray2009-05-294-65/+769
* | | | cxgb3: move away from LLTXDivy Le Ray2009-05-292-11/+7
* | | | netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA accessGraf Yang2009-05-291-33/+84
* | | | netdev: bfin_mac: fix performance issue found by netperfMichael Hennerich2009-05-291-84/+26
* | | | netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDBSonic Zhang2009-05-291-0/+6
* | | | netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interruptMichael Hennerich2009-05-291-1/+1
* | | | veth: dont release skb->dst in veth_xmit()Eric Dumazet2009-05-291-2/+0
* | | | tcp: fix loop in ofo handling code and reduce its complexityIlpo Järvinen2009-05-291-17/+11
* | | | bonding: allow bond in mode balance-alb to work properly in bridge -try4.3Jiri Pirko2009-05-291-0/+18
* | | | korina: periodically poll the mediaFlorian Fainelli2009-05-291-0/+14
* | | | net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori2009-05-294-9/+10
* | | | net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet2009-05-291-0/+1
* | | | atm: unset IFF_XMIT_DST_RELEASE in clip_setup()Eric Dumazet2009-05-291-0/+1
* | | | net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()Eric Dumazet2009-05-291-0/+1
* | | | net: dont update dev->trans_startEric Dumazet2009-05-2921-39/+10
* | | | net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-2916-25/+8
* | | | Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-05-2914-69/+222
|\ \ \ \
| * | | | wimax: a new API call was added, increment minor protocol version numberInaky Perez-Gonzalez2009-05-281-1/+1
| * | | | wimax/i2400m: usb: fix device reset on autosuspend while not yet idleInaky Perez-Gonzalez2009-05-281-5/+30
| * | | | wimax: Add netlink interface to get device statePaulius Zaleckas2009-05-286-1/+98
| * | | | wimax/i2400m: sdio: set the block size before enabling the functionInaky Perez-Gonzalez2009-05-281-9/+9
| * | | | wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez2009-05-281-3/+14
| * | | | wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()Inaky Perez-Gonzalez2009-05-282-7/+2
| * | | | wimax/i2400m: factor out 'state report's TLV handling to a functionInaky Perez-Gonzalez2009-05-281-39/+50
| * | | | wimax/i2400m: allow kernel commands to device to be logged tooInaky Perez-Gonzalez2009-05-282-10/+5
OpenPOWER on IntegriCloud