summaryrefslogtreecommitdiffstats
path: root/drivers/net/team (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-12net: sun4i-emac: add promiscuous supportMarc Zyngier1-9/+21
2014-04-12net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti1-1/+1
2014-04-11drivers: net: cpsw: enable interrupts after napi enable and clearing previous...Mugunthan V N1-6/+6
2014-04-11drivers: net: cpsw: discard all packets received when interface is downMugunthan V N1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller58-121/+112
2014-04-11Drivers: net: hyperv: Address UDP checksum issuesKY Srinivasan3-2/+37
2014-04-11Drivers: net: hyperv: Negotiate suitable ndis version for offload supportKY Srinivasan1-1/+1
2014-04-11Drivers: net: hyperv: Allocate memory for all possible per-pecket informationKY Srinivasan1-1/+3
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2-4/+5
2014-04-11bonding: Remove debug_fs files when module init failsThomas Richter1-0/+1
2014-04-11net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-04-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov1-2/+2
2014-04-09drivers: net: cpsw: Add default vlan for dual emac case alsoMugunthan V N1-2/+1
2014-04-09ath9k: fix a scheduling while atomic bug in CSA handlingFelix Fietkau1-4/+3
2014-04-09ath9k_hw: reduce ANI firstep range for older chipsFelix Fietkau1-3/+1
2014-04-09ath9k: Enable DFS only when ATH9K_DFS_CERTIFIEDJanusz Dziedzic1-0/+2
2014-04-09b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDRRafał Miłecki1-7/+7
2014-04-09rtlwifi: btcoexist: remove undefined Kconfig macrosPaul Bolle1-10/+0
2014-04-09ath9k_htc: set IEEE80211_TX_STAT_AMPDU for acked aggregated framesChun-Yeow Yeoh1-1/+4
2014-04-09rsi: Fixed issue relating to doing dma on stack error.Fariya Fatima1-7/+19
2014-04-09rsi: Fixed issue relating to index of q_num.Fariya Fatima1-2/+4
2014-04-09rsi: Fixed issue relating to return value.Fariya Fatima1-4/+2
2014-04-09rsi: Fixed issue relating to variable de-referenced before check 'adapter'Fariya Fatima1-2/+3
2014-04-09rsi: Fixed signedness bug reported by static code analyzer.Fariya Fatima1-3/+5
2014-04-09rsi: Potential null pointer derefernce issue fixed.Fariya Fatima1-19/+16
2014-04-09net phylib: Remove unnecessary condition check in phyBalakumaran Kannan1-5/+1
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann1-0/+6
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-04-08isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-04-08include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens1-0/+3
2014-04-08arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas1-4/+11
2014-04-08DRM: armada: fix corruption while loading cursorsRussell King1-0/+1
2014-04-08MAINTAINERS: update Intel C600 SAS driver maintainersLukasz Dorau1-2/+1
2014-04-08fs/ufs: remove unused ufs_super_block_third pointerChristian Engelmayer1-2/+0
2014-04-08fs/ufs: remove unused ufs_super_block_second pointerChristian Engelmayer1-2/+0
2014-04-08fs/ufs: remove unused ufs_super_block_first pointerChristian Engelmayer3-18/+0
2014-04-08fs/ufs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-04-08doc/kernel-parameters.txt: add early_ioremap_debugMark Salter1-0/+5
2014-04-08arm64: add early_ioremap supportMark Salter11-52/+169
2014-04-08arm64: initialize pgprot info earlier in bootMark Salter3-2/+4
2014-04-08x86: use generic early_ioremapMark Salter6-240/+13
2014-04-08mm: create generic early_ioremap() supportMark Salter4-0/+291
2014-04-08x86/mm: sparse warning fix for early_memremapDave Young2-4/+9
2014-04-08lglock: map to spinlock when !CONFIG_SMPJosh Triplett2-1/+18
2014-04-08percpu: add preemption checks to __this_cpu opsChristoph Lameter2-14/+43
2014-04-08vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter1-2/+6
2014-04-08slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter1-1/+5
2014-04-08net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter1-1/+1
2014-04-08modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter1-1/+1