aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-21slhttpd: the L4 offset must be relative to the L2 header, not L3v5-3.10-neta-ixgbe-e1000e-e1000-slhttpdWilly Tarreau1-1/+1
2016-09-21slhttpd: use the packet length from the IP header, not from the driverWilly Tarreau1-1/+1
2016-09-21slhttpd: ndiv as found in ixgbe requires only non-null handlersWilly Tarreau1-0/+12
2016-09-21staging: slhttpd: add a Kconfig entryWilly Tarreau3-0/+13
2016-09-21staging: slhttpd: implement an ndiv versionWilly Tarreau2-0/+715
2016-09-21e1000: ndiv: handle ndiv on e1000 driver.Emeric Brun5-1/+451
2016-09-21e1000e/ndiv: emit printk for descriptors allocation with KERN_DEBUGWilliam Lallemand1-4/+4
2016-09-21e1000e/ndiv: allocate only the size of one ring instead of twoWilly Tarreau1-1/+1
2016-09-21e1000e/ndiv: indicate which flags are already set in txd_cmdWilly Tarreau1-10/+15
2016-09-21e1000e/ndiv: fix a nasty bug related to a concurrent call to e1000e_clean_tx_...Willy Tarreau1-1/+0
2016-09-21e1000e: Fix Hardware Unit HangDavid Ertman1-9/+23
2016-09-21e1000e: ndiv: handle ndiv on e1000e driver.Emeric Brun5-0/+470
2016-09-21ixgbe/ndiv: emit printk for descriptors allocation with KERN_DEBUGWilliam Lallemand1-4/+4
2016-09-21ixgbe: ndiv: fix minor bug. sometime an outgoing generated packet could be drop.Emeric Brun1-2/+2
2016-09-21ixgbe: ndiv: small optim: minimize htons usage.Emeric Brun1-2/+2
2016-09-21ixgbe: ndiv: Fix network order of VLAN ID.Emeric Brun1-3/+3
2016-09-21ixgbe: add param max_cpus to limit number of queues.Emeric Brun5-7/+18
2016-09-21ixgbe: retrieve ixgbe stats from hardware.Emeric Brun1-0/+8
2016-09-21ixgbe: ndiv: fix tx csum offset.Emeric Brun1-1/+1
2016-09-21ixgbe: ndiv: Fix dma mapping error case.Emeric Brun1-1/+1
2016-09-21ixgbe: ndiv: Fix infinite loop in case of full attack.Emeric Brun1-0/+3
2016-09-21ixgbe: ndiv: Review polling for ndiv.Emeric Brun2-72/+94
2016-09-21ixgbe: ndiv: Use rx ring size + tx ring size ndiv descriptors.Emeric Brun1-2/+1
2016-09-21ixgbe: ndiv: review ndiv descripors allocation to use a single dma map and to...Emeric Brun2-16/+41
2016-09-21ixgbe: ndiv: Rise tx work limit from 256 to 4096, to be sure all free tx desc...Emeric Brun1-1/+1
2016-09-21ixgbe: ndiv: handle eth diverter on ixgbe driver.Emeric Brun5-10/+399
2016-09-21net: mvneta: adjust current implementation of ndiv to match ixgbe'sWilly Tarreau1-1/+1
2016-09-21net: mvneta: improve ndiv support by passing L3/4 protocol informationWilly Tarreau1-1/+13
2016-09-21net: mvneta: add support for building a response packet during Rx.Willy Tarreau1-19/+201
2016-09-21net: mvneta: return the correct amount of returned packetsWilly Tarreau1-1/+1
2016-09-21net: mvneta: add basic support for diverting Rx/Tx packetsWilly Tarreau1-5/+59
2016-09-21net: ndiv: support kernels before 3.11Willy Tarreau1-0/+5
2016-09-21net: ndiv: add a minimal framework for diverting ethernet trafficWilly Tarreau1-0/+195
2016-09-21net: mvneta: use DMA I/O barriers in the rx pathWilly Tarreau1-2/+5
2016-09-21arm: mvebu: add support for DMA I/O barriersWilly Tarreau1-4/+11
2016-09-21dma: add support for I/O barriersWilly Tarreau2-0/+69
2016-09-21ARM: mvneta: add the ethtool functions to dump registersWilly Tarreau1-0/+22
2016-09-21ARM: mvebu: use qsgmii phy-mode for Armada XP GP interfacesThomas Petazzoni1-4/+4
2016-09-21net: mvneta: properly configure the MAC <-> PHY connection in all situationsThomas Petazzoni1-39/+34
2016-09-21net: phy: add minimal support for QSGMII PHYThomas Petazzoni2-0/+2
2016-09-21ARM: mvebu: dt: add missing alias 'eth3' on Armada XP mv78260Willy Tarreau1-1/+2
2016-09-21ARM: mvebu: set aliases for ethernet controllersWilly Tarreau3-4/+14
2016-09-21net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni1-6/+11
2016-09-21net: mvneta: make mvneta_txq_done() return voidArnaud Ebalard1-5/+4
2016-09-21net: mvneta: mvneta_tx_done_gbe() cleanupsArnaud Ebalard1-13/+4
2016-09-21net: mvneta: implement rx_copybreakwilly tarreau1-6/+38
2016-09-21net: mvneta: convert to build_skb()willy tarreau1-14/+35
2016-09-21net: mvneta: prefetch next rx descriptor instead of current onewilly tarreau1-1/+1
2016-09-21net: mvneta: simplify access to the rx descriptor statuswilly tarreau1-13/+12
2016-09-21net: mvneta: factor rx refilling codewilly tarreau1-20/+3
2016-09-21net: mvneta: remove tests for impossible cases in the tx_done pathwilly tarreau1-6/+9
2016-09-21net: mvneta: set DMA mask during initWilly Tarreau1-0/+4
2016-09-21net: mvneta: drop redundant mac address checkLuka Perkov1-1/+1
2016-09-21net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctlsThomas Petazzoni1-0/+16
2016-09-21net: mvneta: Try to fix mvneta when compiled as moduleArnaud Patard \\(Rtp\\)1-10/+14
2016-09-21net: mvneta: Fix hang when loading the mvneta driverArnaud Patard \\(Rtp\\)1-10/+10
2016-09-21net: mvneta: support big endianThomas Petazzoni1-3/+32
2016-09-21net: mvneta: move the RX and TX desc macros outside of the structsThomas Petazzoni1-11/+15
2016-09-21net: mvneta: Fix incorrect DMA unmapping sizeEzequiel Garcia1-2/+2
2016-09-21net: mvneta: add support for fixed linksThomas Petazzoni2-8/+34
2016-09-21net: mvneta: read MAC address from hardware when availableThomas Petazzoni1-9/+35
2015-03-06Linux 3.10.71Greg Kroah-Hartman1-1/+1
2015-03-06libceph: fix double __remove_osd() problemIlya Dryomov1-8/+18
2015-03-06libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov1-2/+2
2015-03-06libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov1-0/+2
2015-03-06MIPS: Export FP functions used by lose_fpu(1) for KVMJames Hogan1-0/+8
2015-03-06x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2-5/+6
2015-03-06blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-03-06jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-03-06md/raid1: fix read balance when a drive is write-mostly.Tomáš Hodek1-2/+3
2015-03-06md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown1-1/+2
2015-03-06metag: Fix KSTK_EIP() and KSTK_ESP() macrosJames Hogan1-2/+2
2015-03-06gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne1-4/+10
2015-03-06arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas1-3/+2
2015-03-06hx4700: regulator: declare full constraintsMartin Vajnar1-0/+2
2015-03-06KVM: x86: update masterclock values on TSC writesMarcelo Tosatti1-9/+10
2015-03-06KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan2-4/+4
2015-03-06ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin1-1/+2
2015-03-06ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-03-06kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-03-06ARM: pxa: add regulator_has_full_constraints to poodle board fileDmitry Eremin-Solenikov1-0/+2
2015-03-06ARM: pxa: add regulator_has_full_constraints to corgi board fileDmitry Eremin-Solenikov1-0/+3
2015-03-06vt: provide notifications on selection changesNicolas Pitre1-1/+3
2015-03-06usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior3-9/+19
2015-03-06USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern1-8/+8
2015-03-06USB: cp210x: add ID for RUGGEDCOM USB Serial ConsoleLennart Sorensen1-0/+1
2015-03-06tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2015-03-06axonram: Fix bug in direct_accessMatthew Wilcox1-1/+1
2015-03-06cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer1-2/+7
2015-03-06cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov1-1/+6
2015-03-06iscsi-target: Drop problematic active_ts_list usageNicholas Bellinger1-23/+5
2015-03-06NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-06Added Little Endian support to vtpm modulehonclo1-8/+12
2015-03-06tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-03-06tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-03-06tpm_tis: verify interrupt during initScot Doyle1-14/+62
2015-03-06ARM: 8284/1: sa1100: clear RCSR_SMR on resumeDmitry Eremin-Solenikov1-0/+1
2015-03-06tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla1-1/+1
2015-03-06MIPS: KVM: Deliver guest interrupts after local_irq_disable()James Hogan1-1/+1
2015-03-06nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-03-06mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cyclesJisheng Zhang1-2/+2
2015-03-06power_supply: 88pm860x: Fix leaked power supply on probe failKrzysztof Kozlowski1-0/+1
2015-03-06ALSA: hdspm - Constrain periods to 2 on older cardsAdrian Knoth1-0/+6
2015-03-06ALSA: off by one bug in snd_riptide_joystick_probe()Dan Carpenter1-8/+19
2015-03-06lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urbMalcolm Priestley1-0/+7
2015-03-06cpufreq: speedstep-smi: enable interrupts when waitingMikulas Patocka2-0/+15
2015-03-06PCI: Fix infinite loop with ROM image of size 0Michel Dänzer1-3/+4
2015-03-06PCI: Generate uppercase hex for modalias var in ueventRicardo Ribalda Delgado1-1/+1
2015-03-06HID: i2c-hid: Limit reads to wMaxInputLength bytes for input eventsSeth Forshee1-1/+4
2015-03-06iwlwifi: mvm: always use mac color zeroLuciano Coelho1-3/+0
2015-03-06iwlwifi: mvm: fix failure path when power_update fails in add_interfaceLuciano Coelho1-1/+1
2015-03-06iwlwifi: mvm: validate tid and sta_id in ba_notifEyal Shapira1-0/+5
2015-03-06iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLANEmmanuel Grumbach1-1/+6
2015-03-06fsnotify: fix handling of renames in auditJan Kara1-2/+4
2015-03-06xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-03-06xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-03-06xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2015-03-06Bluetooth: ath3k: workaround the compatibility issue with xHCI controllerAdam Lee1-0/+8
2015-02-26Linux 3.10.70Greg Kroah-Hartman1-1/+1
2015-02-26rbd: drop an unsafe assertionAlex Elder1-1/+0
2015-02-26media/rc: Send sync space information on the lirc deviceAustin Lund1-3/+9
2015-02-26net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2015-02-26ppp: deflate: never return len larger than output bufferFlorian Westphal1-1/+1
2015-02-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet4-33/+37
2015-02-26tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-02-26bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-02-26ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-02-26ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-02-26udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-02-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa3-10/+13
2015-02-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-02-26netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-02-26ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-02-26net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-02-26ip: zero sockaddr returned on error queueWillem de Bruijn2-13/+5
2015-02-11Linux 3.10.69Greg Kroah-Hartman1-1/+1
2015-02-11crypto: crc32c - add missing crypto module aliasMathias Krause1-0/+1
2015-02-11x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski1-2/+14
2015-02-11kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+10
2015-02-11smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan1-0/+2
2015-02-11ALSA: ak411x: Fix stall in work callbackTakashi Iwai4-21/+18
2015-02-11ASoC: sgtl5000: add delay before first I2C accessEric Nelson1-0/+3
2015-02-11ASoC: atmel_ssc_dai: fix start event for I2S modeBo Shen1-14/+4
2015-02-11lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan1-9/+9
2015-02-11ext4: prevent bugon on race between write/fcntlDmitry Monakhov1-4/+4
2015-02-11arm64: Fix up /proc/cpuinfoMark Rutland3-25/+82
2015-02-11nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-11lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan1-2/+10
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-02-11MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2015-02-11MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau1-0/+4
2015-02-11PCI: Add NEC variants to Stratus ftServer PCIe DMI checkCharlotte Richardson1-0/+16
2015-02-11gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold1-1/+1
2015-02-11gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold1-0/+1
2015-02-06Linux 3.10.68Greg Kroah-Hartman1-1/+1
2015-02-05target: Drop arbitrary maximum I/O size limitNicholas Bellinger5-25/+16
2015-02-05iser-target: Fix implicit termination of connectionsSagi Grimberg2-10/+36
2015-02-05iser-target: Handle ADDR_CHANGE event for listener cm_idSagi Grimberg2-31/+77
2015-02-05iser-target: Fix connected_handler + teardown flow raceSagi Grimberg1-12/+19
2015-02-05iser-target: Parallelize CM connection establishmentSagi Grimberg2-25/+67
2015-02-05iser-target: Fix flush + disconnect completion handlingSagi Grimberg2-22/+30
2015-02-05iscsi,iser-target: Initiate termination only onceSagi Grimberg3-34/+54
2015-02-05vhost-scsi: Add missing virtio-scsi -> TCM attribute conversionNicholas Bellinger1-3/+20
2015-02-05tcm_loop: Fix wrong I_T nexus associationHannes Reinecke2-21/+15
2015-02-05vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINTNicholas Bellinger1-0/+24
2015-02-05ib_isert: Add max_send_sge=2 minimum for control PDU responsesOr Gerlitz1-2/+5
2015-02-05IB/isert: Adjust CQ size to HW limitsChris Moore1-2/+12
2015-02-05workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo1-26/+13
2015-02-05gpio: squelch a compiler warningMartin Kaiser1-1/+1
2015-02-05efi-pstore: Make efi-pstore return a unique idMadper Xie1-5/+13
2015-02-05pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring1-2/+52
2015-02-05pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX1-0/+2
2015-02-05pstore: skip zero size persistent ram buffer in traverseLiu ShuoX1-5/+5
2015-02-05pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX1-1/+2
2015-02-05pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter1-2/+1
2015-02-05pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah1-0/+2
2015-02-05ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAESteven Capper3-5/+11
2015-02-05ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclearSteven Capper1-5/+9
2015-02-05ARM: DMA: ensure that old section mappings are flushed from the TLBRussell King1-1/+10
2015-02-05ARM: 7931/1: Correct virt_addr_validLaura Abbott1-1/+2
2015-02-05ARM: fix asm/memory.h build errorRussell King2-17/+16
2015-02-05ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ...Chen Gang1-1/+2
2015-02-05ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.hChen Gang1-24/+25
2015-02-05ARM: lpae: fix definition of PTE_HWTABLE_PTRSWill Deacon1-1/+1
2015-02-05ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy1-1/+1
2015-02-05ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov1-1/+2
2015-02-05ARM: LPAE: use signed arithmetic for mask definitionsCyril Chemparathy2-4/+4
2015-02-05ARM: mm: correct pte_same behaviour for LPAE.Steve Capper1-0/+17
2015-02-05ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tablesDouglas Anderson2-0/+10
2015-02-05drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N1-0/+22
2015-02-05regulator: core: fix race condition in regulator_put()Ashay Jaiswal1-1/+3
2015-02-05spi/pxa2xx: Clear cur_chip pointer before starting next messageMika Westerberg1-1/+1
2015-02-05dm cache: fix missing ERR_PTR returns and handlingJoe Thornber1-4/+5
2015-02-05dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...Joe Thornber1-0/+6
2015-02-05nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2015-02-05NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-02-05nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-02-05Input: i8042 - add noloop quirk for Medion Akoya E7225 (MD98857)Jochen Hein1-0/+8
2015-02-05ALSA: seq-dummy: remove deadlock-causing events on closeClemens Ladisch1-31/+0
2015-02-05powerpc/xmon: Fix another endiannes issue in RTAS call from xmonLaurent Dufour1-0/+1