summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-21Bluetooth: Fix L2CAP control bit field corruptionGustavo F. Padovan
2010-07-21Bluetooth: Proper shutdown ERTM when closing the channelGustavo F. Padovan
2010-07-21Bluetooth: Fix bug with ERTM minimum packet lengthNathan Holstein
2010-07-21Bluetooth: Fix SREJ_QUEUE corruption in L2CAPJoão Paulo Rechi Vita
2010-07-21Bluetooth: Fix bug in l2cap_ertm_send() behaviorGustavo F. Padovan
2010-07-21Bluetooth: Only check SAR bits if frame is an I-frameGustavo F. Padovan
2010-07-21Bluetooth: Fix bug with ERTM vars incrementGustavo F. Padovan
2010-07-21Bluetooth: Fix drop of packets with invalid req_seq/tx_seqGustavo F. Padovan
2010-07-21Bluetooth: Remove L2CAP Extended Features from KconfigGustavo F. Padovan
2010-07-21Bluetooth: Remove max_tx and tx_window module paramenters from L2CAPGustavo F. Padovan
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-20drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman
2010-07-20drop_monitor: Add error code to detect duplicate state changesNeil Horman
2010-07-20__dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel
2010-07-20phy: add suspend/resume in the ic+Giuseppe Cavallaro
2010-07-20cxgb4vf: add maintainer entry for cxgb4vfCasey Leedom
2010-07-20cxgb4vf: Fix bug where we were only allocating one queue in MSI modeCasey Leedom
2010-07-20cxgb4vf: Fix off-by-one error checking for the end of the mailbox delay arrayCasey Leedom
2010-07-19bridge: Partially disable netpoll supportHerbert Xu
2010-07-19ipv6: Make IP6CB(skb)->nhoff 16-bit.David S. Miller
2010-07-19bnx2: Update version to 2.0.17.Michael Chan
2010-07-19bnx2: Remove some unnecessary smp_mb() in tx fast path.Michael Chan
2010-07-19bnx2: Call pci_enable_msix() with actual number of vectors.Michael Chan
2010-07-19bnx2: Use proper counter for net_device_stats->multicast.Michael Chan
2010-07-19ixgbe: fix version string for ixgbeDon Skidmore
2010-07-19ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou
2010-07-19ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou
2010-07-19ixgbe: drop support for UDP in RSS hash generationAlexander Duyck
2010-07-19ixgbe: dcb, set DPF bit when PFC is enabledJohn Fastabend
2010-07-19e1000: allow option to limit number of descriptors down to 48 per ringAlexander Duyck
2010-07-19drivers/net/82596.c: fix warningAndrew Morton
2010-07-19ks8842: Fix ks8842_tx_frame() for 16bit case.David S. Miller
2010-07-19net: this_cpu_xxx conversionsEric Dumazet
2010-07-19smsc911x: Add spinlocks around registers accessCatalin Marinas
2010-07-19bonding: avoid a warningEric Dumazet
2010-07-19net: Removing dead ARCH_PNX010XChristoph Egger
2010-07-19net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara
2010-07-19net-next: vmxnet3 fixes [4/5] Do not reset when the device is not openedShreyas Bhatewara
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen
2010-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-07-19net: 64bit stats for netdev_queueEric Dumazet
2010-07-19bonding: fix bond_inet6addr_event()Eric Dumazet
2010-07-19s2io: Remove unnecessary memset of netdev private dataTobias Klauser
2010-07-18sch_atm: Convert to use standard list_head facilities.David S. Miller
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-18net: added a BPF to help drivers detect PTP packets.Richard Cochran
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-07-18net: add driver hook for tx time stamping.Richard Cochran
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia
2010-07-18net: Remove MAX_SOCK_ADDR constantTetsuo Handa