aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/namespace.pl (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-29net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani1-1/+0
2013-03-29smsc75xx: fix jumbo frame supportSteve Glendinning1-4/+8
2013-03-29net: fix the use of this_cpu_ptrLi RongQing1-1/+1
2013-03-29bonding: fix disabling of arp_interval and miimonnikolay@redhat.com1-44/+48
2013-03-29ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa1-0/+12
2013-03-29sky2: Threshold for Pause Packet is set wrongMirko Lindner1-1/+1
2013-03-29sky2: Receive Overflows not countedMirko Lindner1-1/+1
2013-03-28aoe: reserve enough headroom on skbsEric Dumazet1-1/+2
2013-03-27line up comment for ndo_bridge_getlinkDmitry Kravkov1-1/+1
2013-03-27tg3: fix length overflow in VPD firmware parsingKees Cook1-2/+5
2013-03-27sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich1-1/+1
2013-03-27drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-27drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-27rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun1-1/+3
2013-03-27enet: fec: fix fail resume from suspend stateFrank Li1-32/+50
2013-03-27vfs/splice: Fix missed checks in new __kernel_write() helperAl Viro1-0/+3
2013-03-27b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27libertas: drop maintainershipDan Williams1-2/+1
2013-03-27iwlegacy: 4965-rs: avoid null pointer dereference errorColin Ian King1-1/+2
2013-03-27ath9k: avoid queueing hw check work when suspendedLuis R. Rodriguez1-1/+2
2013-03-27b43: A fix for DMA transmission sequence errorsIestyn C. Elfick1-12/+53
2013-03-27b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27Revert "brcmsmac: support 4313iPA"John W. Linville2-271/+162
2013-03-27can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORTMarc Kleine-Budde1-0/+1
2013-03-27can: sja1000: fix define conflict on SHMarc Kleine-Budde3-6/+6
2013-03-27e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffersChristoph Paasch1-1/+6
2013-03-27ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch1-1/+6
2013-03-27e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch1-3/+11
2013-03-27iommu/amd: Make sure dma_ops are set for hotplug devicesJoerg Roedel1-12/+10
2013-03-26vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-03-26Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2-12/+7
2013-03-26bonding: remove already created master sysfs link on failureVeaceslav Falico1-0/+5
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong1-2/+2
2013-03-26pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-03-26x86, io_apic: remove duplicated include from irq_remapping.cWei Yongjun1-1/+0
2013-03-26igb: fix PHC stopping on max freqJiri Benc1-1/+1
2013-03-26igb: make sensor info staticStephen Hemminger1-1/+1
2013-03-26igb: SR-IOV init reorderingAlex Williamson1-1/+1
2013-03-26igb: Fix null pointer dereferenceAlex Williamson1-1/+1
2013-03-26igb: fix i350 anti spoofing configLior Levy1-14/+19
2013-03-26ixgbevf: don't release the soft entriesxunleer1-4/+20
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-25ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10
2013-03-25unix: fix a race condition in unix_release()Paul Moore1-4/+3
2013-03-25SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust1-2/+7
2013-03-25xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause1-4/+2
2013-03-24tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
2013-03-24bnx2x: fix assignment of signed expression to unsigned variableKumar Amit Mehta1-9/+9
2013-03-24bridge: fix crash when set mac address of br interfaceHong zhi guo1-1/+1