summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-03-23KEYS: user: Align the payload bufferEric Biggers1-1/+1
2019-02-23ax25: fix possible use-after-freeEric Dumazet1-0/+12
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-0/+1
2019-02-23net: Add header for usage of fls64()David S. Miller1-0/+1
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+21
2019-02-20uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc defineHauke Mehrtens2-7/+5
2019-02-20uapi/if_ether.h: prevent redefinition of struct ethhdrHauke Mehrtens2-0/+9
2019-02-20HID: debug: fix the ring buffer implementationVladis Dronov1-5/+4
2019-02-20ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax1-1/+5
2019-02-20string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo1-1/+1
2019-02-20drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor1-1/+4
2019-02-08ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+6
2019-02-08ip: use rb trees for IP frag queue.Peter Oskolkov2-3/+4
2019-02-08net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-3/+2
2019-02-08net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+1
2019-02-08ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov1-0/+1
2019-02-08inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-0/+5
2019-02-08inet: frags: reorganize struct netns_fragsEric Dumazet1-4/+5
2019-02-08rhashtable: reorganize struct rhashtable layoutEric Dumazet1-2/+2
2019-02-08inet: frags: break the 2GB limit for frags storageEric Dumazet1-10/+10
2019-02-08inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-2/+0
2019-02-08inet: frags: get rif of inet_frag_evicting()Eric Dumazet1-5/+0
2019-02-08inet: frags: remove some helpersEric Dumazet3-13/+0
2019-02-08inet: frags: use rhashtables for reassembly unitsEric Dumazet2-59/+38
2019-02-08rhashtable: Add rhashtable_lookup()Ben Hutchings1-17/+52
2019-02-08rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso1-13/+57
2019-02-08inet: frags: add a pointer to struct netns_fragsEric Dumazet2-7/+7
2019-02-08inet: frags: change inet_frags_init_net() return valueEric Dumazet1-1/+2
2019-02-06drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt1-0/+17
2019-02-06net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-1/+1
2019-02-06net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-26writeback: don't decrement wb->refcnt if !wb->bdiAnders Roxell1-0/+8
2019-01-26f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim1-0/+1
2019-01-26f2fs: fix to convert inline directory correctlyChao Yu1-0/+2
2019-01-17sunrpc: use-after-free in svc_process_common()Vasily Averin1-1/+4
2019-01-13Input: restore EV_ABS ABS_RESERVEDPeter Hutterer1-0/+9
2019-01-13ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+20
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-2/+34
2019-01-13gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2018-12-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+1
2018-12-17mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+1
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2018-12-17mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2018-12-17mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes1-2/+1
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2018-12-17mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes1-2/+1
2018-12-17posix-timers: Sanitize overrun handlingThomas Gleixner1-2/+2
2018-12-17ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto1-1/+1
2018-12-17neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23