summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-02-161-0/+2
* ipv4: Map neigh lookup keys in __ipv4_neigh_lookup_noref()Wang Han2018-02-161-3/+3
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-311-0/+3
* tcp: __tcp_hdrlen() helperCraig Gallek2018-01-311-1/+6
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-311-0/+10
* eventpoll.h: add missing epoll event masksGreg KH2018-01-311-0/+13
* scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke2018-01-311-1/+0
* target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2018-01-171-0/+1
* net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet2018-01-171-0/+11
* sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-01-171-1/+0
* fscache: Fix the default for fscache_maybe_release_page()David Howells2018-01-171-1/+1
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-0/+2
* crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2018-01-021-0/+1
* mm: Handle 0 flags in _calc_vm_trans() macroJan Kara2017-12-201-1/+2
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-12-201-0/+8
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-12-161-1/+2
* efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-161-0/+6
* mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlersJan Kara2017-12-091-3/+1
* netlink: add a start callback for starting a netlink dumpTom Herbert2017-12-052-0/+4
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+7
* uapi: fix linux/rds.h userspace compilation errorsDmitry V. Levin2017-11-211-51/+51
* uapi: fix linux/rds.h userspace compilation errorDmitry V. Levin2017-11-211-1/+2
* Revert "uapi: fix linux/rds.h userspace compilation errors"Sasha Levin2017-11-211-2/+1
* ARM: dts: Fix omap3 off mode pull definesTony Lindgren2017-11-211-2/+2
* iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-11-211-0/+1
* target/iscsi: Fix iSCSI task reassignment handlingBart Van Assche2017-11-181-0/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-0/+3
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-3/+3
* ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai2017-11-151-1/+2
* phy: increase size of MII_BUS_ID_SIZE and bus_idVolodymyr Bendiuga2017-11-151-6/+2
* spi: uapi: spidev: add missing ioctl headerBaruch Siach2017-11-021-0/+1
* bus: mbus: fix window size calculation for 4GB windowsJan Luebbe2017-10-271-2/+2
* uapi: fix linux/mroute6.h userspace compilation errorsDmitry V. Levin2017-10-211-0/+1
* uapi: fix linux/rds.h userspace compilation errorsDmitry V. Levin2017-10-211-1/+2
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-10-211-1/+5
* ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai2017-10-181-0/+1
* iio: ad_sigma_delta: Implement a dedicated reset functionDragos Bogdan2017-10-121-0/+3
* USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-10-121-0/+1
* mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit2017-10-081-1/+1
* audit: log 32-bit socketcallsRichard Guy Briggs2017-10-081-0/+20
* fix xen_swiotlb_dma_mmap prototypeArnd Bergmann2017-10-051-1/+1
* swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini2017-10-051-0/+5
* KEYS: prevent creating a different user's keyringsEric Biggers2017-10-051-0/+2
* cs5536: add support for IDE controller variantAndrey Korolyov2017-09-131-0/+1
* workqueue: Fix flag collisionBen Hutchings2017-09-131-1/+1
* cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo2017-09-071-1/+5
* mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani2017-09-022-3/+3
* mm: cma: constify and use correct signness in mm/cma.cSasha Levin2017-09-021-6/+6
* mm: cma: split cma-reserved in dmesg logPintu Kumar2017-09-021-0/+1
* lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2017-09-021-5/+31