summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-28net: fix __neigh_event_send()Eric Dumazet1-0/+1
2010-05-27vhost: fix the memory leak which will happen when memory_access_ok failsTakuya Yoshikawa1-1/+3
2010-05-27vhost-net: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-7/+7
2010-05-27vhost: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-23/+28
2010-05-27vhost: Fix host panic if ioctl called with wrong indexKrishna Kumar1-1/+1
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet5-16/+62
2010-05-26net/iucv: Add missing spin_unlockJulia Lawall1-1/+1
2010-05-26net: ll_temac: fix checksum offload logicBrian Hill2-24/+63
2010-05-26net: ll_temac: fix interrupt bug when interrupt 0 is usedBrian Hill1-1/+1
2010-05-26sctp: dubious bitfields in sctp_transportDan Carpenter1-1/+1
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2-2/+2
2010-05-26be2net: increase POST timeout for EEH recoverySathya Perla1-1/+1
2010-05-25cls_cgroup: Initialise classid when module is absentHerbert Xu1-1/+1
2010-05-25drivers/net/usb/asix.c: Fix pointer cast.David S. Miller1-2/+2
2010-05-25be2net: Bug fix to avoid disabling bottom half during firmware upgrade.Sarveshwar Bandi3-2/+20
2010-05-25proc_dointvec: write a single valueJ. R. Okajima1-1/+3
2010-05-25hso: add support for new productsFilip Aben1-0/+3
2010-05-25Phonet: fix potential use-after-free in pep_sock_close()RĂ©mi Denis-Courmont1-0/+2
2010-05-25Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-2/+2
2010-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller24-132/+104
2010-05-25ath9k: remove VEOL support for ad-hocFelix Fietkau1-53/+10
2010-05-25ath9k: change beacon allocation to prefer the first beacon slotFelix Fietkau1-9/+3
2010-05-24sock.h: fix kernel-doc warningRandy Dunlap1-1/+1
2010-05-24cls_cgroup: Fix build error when built-inHerbert Xu1-1/+1
2010-05-24macvlan: do proper cleanup in macvlan_common_newlink() V2Jiri Pirko1-1/+8
2010-05-24be2net: Bug fix in init code in probeSarveshwar Bandi1-4/+6
2010-05-24net/dccp: expansion of error code sizeYoichi Yuasa1-3/+3
2010-05-24ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan1-5/+12
2010-05-24wireless: fix sta_info.h kernel-doc warningsRandy Dunlap1-1/+1
2010-05-24wireless: fix mac80211.h kernel-doc warningsRandy Dunlap1-0/+3
2010-05-24iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter1-1/+1
2010-05-24ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()Dan Carpenter1-0/+4
2010-05-24ath9k_htc: dereferencing before check in hif_usb_tx_cb()Dan Carpenter1-2/+4
2010-05-24rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde1-1/+1
2010-05-24rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.Gertjan van Wingerde4-14/+18
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville3-27/+3
2010-05-24wireless: update gfp/slab.h includesTejun Heo2-0/+2
2010-05-24rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa1-1/+1
2010-05-24ath5k: consistently use rx_bufsize for RX DMABruno Randolf1-3/+4
2010-05-24fec: add support for PHY interface platform dataBaruch Siach3-0/+45
2010-05-24tun: Update classid on packet injectionHerbert Xu2-0/+3
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu5-17/+133
2010-05-23net/irda: bfin_sir: IRDA is not affected by anomaly 05000230Graf Yang1-2/+6
2010-05-23isdn/gigaset: remove dummy CAPI method implementationsTilman Schmidt1-26/+2
2010-05-23isdn/capi: make reset_ctr op truly optionalTilman Schmidt1-0/+6
2010-05-23pppoe: uninitialized variable in pppoe_flush_dev()Dan Carpenter1-0/+1
2010-05-23caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland1-29/+18
2010-05-23caif: Bugfix - missing spin_unlockSjur Braendeland2-6/+7
2010-05-23caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland1-15/+6
2010-05-23caif: Bugfix - handle mem-allocation failuresSjur Braendeland3-9/+25