summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2019-03-271-5/+0
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-271-0/+2
* dm: fix to_sector() for 32bitNeilBrown2019-03-231-1/+1
* device property: Fix the length used in PROPERTY_ENTRY_STRING()Heikki Krogerus2019-03-231-1/+1
* splice: don't merge into linked buffersJann Horn2019-03-231-0/+1
* phonet: fix building with clangArnd Bergmann2019-03-231-2/+3
* of: Support const and non-const use for to_of_node()Sakari Ailus2019-03-191-8/+12
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-191-4/+18
* ACPICA: Reference Counts: increase max to 0x4000 for large serversErik Schmauss2019-03-191-1/+1
* drm: disable uncached DMA optimization for ARM and arm64Ard Biesheuvel2019-03-131-0/+18
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-131-0/+2
* net: Add __icmp_send helper.Nazarov Sergey2019-03-131-1/+8
* cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar2019-03-131-10/+2
* sched/sysctl: Fix attributes of some extern declarationsMatthias Kaehlcke2019-02-271-3/+3
* clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASKMatthias Kaehlcke2019-02-271-1/+1
* KEYS: user: Align the payload bufferEric Biggers2019-02-271-1/+1
* ax25: fix possible use-after-freeEric Dumazet2019-02-231-0/+12
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-231-0/+1
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-0/+1
* net: Add header for usage of fls64()David S. Miller2019-02-231-0/+1
* net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-231-2/+21
* uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc defineHauke Mehrtens2019-02-202-7/+5
* netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2019-02-201-0/+29
* perf/x86: Add check_period PMU callbackJiri Olsa2019-02-201-0/+5
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-02-201-0/+16
* uapi/if_ether.h: prevent redefinition of struct ethhdrHauke Mehrtens2019-02-202-0/+9
* HID: debug: fix the ring buffer implementationVladis Dronov2019-02-151-5/+4
* oom, oom_reaper: do not enqueue same task twiceTetsuo Handa2019-02-121-0/+1
* ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax2019-02-121-1/+5
* drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor2019-02-121-1/+4
* drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt2019-02-061-0/+17
* ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann2019-02-062-1/+10
* compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes2019-01-314-0/+227
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-311-1/+1
* net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-311-0/+1
* locking/qspinlock: Pull in asm/byteorder.h to ensure correct endiannessDave Airlie2019-01-261-0/+2
* writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell2019-01-261-0/+8
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-01-161-1/+4
* Input: restore EV_ABS ABS_RESERVEDPeter Hutterer2019-01-131-0/+9
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+20
* platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal2019-01-091-0/+2
* ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang2019-01-091-0/+2
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-2/+34
* gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2019-01-091-0/+1
* locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-12-211-1/+1
* locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2018-12-211-2/+30
* signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon2018-12-211-0/+3
* neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-171-5/+23
* ALSA: pcm: Fix interval evaluation with openmin/maxTakashi Iwai2018-12-131-1/+3
* USB: check usb_get_extra_descriptor for proper sizeMathias Payer2018-12-131-2/+2