aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Add Fujitsu 1000base-SX PCI ID to tg3Meelis Roos1-0/+1
2011-05-25bnx2x: protect sequence increment with mutexDmitry Kravkov1-1/+2
2011-05-25sch_sfq: fix peek() implementationEric Dumazet1-13/+1
2011-05-25isdn: netjet - blacklist Digium TDM400PPrarit Bhargava1-0/+6
2011-05-25via-velocity: don't annotate MAC registers as packedUlrich Hecht1-1/+1
2011-05-25xen: netfront: hold RTNL when updating features.Ian Campbell1-0/+2
2011-05-25sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun1-0/+16
2011-05-25net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman1-0/+7
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman2-5/+5
2011-05-24bug.h: Fix build with CONFIG_PRINTK disabled.David S. Miller1-0/+21
2011-05-24wireless: fix fatal kernel-doc error + warning in mac80211.hRandy Dunlap1-1/+2
2011-05-24wireless: fix cfg80211.h new kernel-doc warningsRandy Dunlap1-1/+2
2011-05-24iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabledWey-Yi Guy1-2/+2
2011-05-24dst: catch uninitialized metricsStephen Hemminger1-0/+2
2011-05-24be2net: hash key for rss-config cmd not setSathya Perla1-1/+2
2011-05-24bridge: initialize fake_rtable metricsEric Dumazet1-1/+5
2011-05-24net: fix __dst_destroy_metrics_generic()Eric Dumazet1-1/+1
2011-05-24CDC NCM: release interfaces fix in unbind()Alexey Orishko1-48/+25
2011-05-24bnx2x: fix inverted conditionDmitry Kravkov1-1/+1
2011-05-24igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico1-5/+5
2011-05-24net: use synchronize_rcu_expedited()Eric Dumazet1-1/+4
2011-05-24net: convert %p usage to %pKDan Rosenberg14-22/+22
2011-05-24net/irda: convert bfin_sir to common Blackfin UART headerMike Frysinger2-89/+33
2011-05-24ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller1-1/+1
2011-05-23net: filter: Use WARN_RATELIMITJoe Perches1-1/+3
2011-05-23bug.h: Add WARN_RATELIMITJoe Perches1-0/+16
2011-05-23sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet1-2/+6
2011-05-23ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao1-1/+1
2011-05-23snap: remove one synchronize_net()Eric Dumazet1-1/+0
2011-05-23net: ping: cleanups ping_v4_unhash()Eric Dumazet1-3/+0
2011-05-23block: move bd_set_size() above rescan_partitions() in __blkdev_get()Tejun Heo1-8/+9
2011-05-23perf tools: Fix sample size bit operationsFrederic Weisbecker1-16/+16
2011-05-23perf tools: Fix ommitted mmap data update on remapFrederic Weisbecker1-13/+26
2011-05-23apm-emulation: apm_mutex breaks ACK; remove itPaul Parsons1-5/+0
2011-05-23watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_threshMandeep Singh Baines3-7/+18
2011-05-23watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines4-23/+20
2011-05-23watchdog: Only disable/enable watchdog if neccessaryMandeep Singh Baines1-8/+12
2011-05-23watchdog: Fix rounding bug in get_sample_period()Mandeep Singh Baines1-1/+1
2011-05-23b43: fix comment typo reqest -> requestJim Cromie1-2/+2
2011-05-23HID: hid-multitouch: cosmetic changes, sort classes and devicesBenjamin Tissoires2-48/+54
2011-05-22wireless: fix fatal kernel-doc error + warning in mac80211.hRandy Dunlap1-1/+2
2011-05-22x86: setup_smep needs to be __cpuinitLinus Torvalds1-2/+2
2011-05-22Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds2-8/+7
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker38-0/+38
2011-05-22sparc32: fix build, fix missing cpu_relax declarationSam Ravnborg1-0/+1
2011-05-22bnx2x: allow device properly initialize after hotplugDmitry Kravkov1-43/+24
2011-05-22bnx2x: fix DMAE timeout according to hw specificationsDmitry Kravkov1-1/+1
2011-05-22bnx2x: properly handle CFC DEL in cnic flowVladislav Zolotarov1-1/+2
2011-05-22bnx2x: call dev_kfree_skb_any instead of dev_kfree_skbVladislav Zolotarov2-3/+3
2011-05-22net: filter: move forward declarations to avoid compile warningsHeiko Carstens1-3/+4