summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-121-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-2/+8
|\
| * netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-0/+6
| * netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-083-3/+11
|\ \
| * | xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-071-3/+3
| * | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-071-0/+4
| * | xsk: fix potential race in SKB TX completion codeMagnus Karlsson2018-07-021-0/+4
* | | net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0
* | | net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0
* | | net: bridge: fix br_vlan_get_{pvid,info} return valuesArnd Bergmann2018-07-071-2/+2
* | | ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-051-8/+1
| |/ |/|
* | net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-041-0/+6
* | net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng2018-07-041-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-0211-57/+97
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-0/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-015-55/+68
| |\
| | * bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-48/+8
| | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-5/+23
| | * bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-263-2/+37
| * | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-282-1/+3
| |\ \
| | * | net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-262-1/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-282-1/+1
| |\ \ \
| | * | | netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-182-1/+1
| * | | | nfp: reject binding to shared blocksJohn Hurley2018-06-271-0/+5
* | | | | Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-011-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-06-261-1/+1
| |\ \ \ \ \
| | * | | | | iio: buffer: fix the function signature to match implementationPhil Reid2018-06-241-1/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-07-011-0/+3
|\ \ \ \ \ \
| * | | | | | acpi: Add helper for deactivating memory regionHeikki Krogerus2018-06-251-0/+3
| |/ / / / /
* | | | | | Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-304-1/+54
|\ \ \ \ \ \
| * | | | | | disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2018-06-252-1/+11
| * | | | | | kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann2018-06-252-0/+43
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-302-20/+2
|\ \ \ \ \ \
| * | | | | | sg: remove ->sg_magic memberJens Axboe2018-06-291-18/+0
| * | | | | | block: Fix transfer when chunk sectors exceeds maxKeith Busch2018-06-261-2/+2
* | | | | | | Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-291-3/+3
|\ \ \ \ \ \ \
| * | | | | | | PM / Domains: Rename opp_node to npViresh Kumar2018-06-251-2/+2
| * | | | | | | PM / Domains: Fix return value of of_genpd_opp_to_performance_state()Viresh Kumar2018-06-251-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | aio: mark __aio_sigset::sigmask constAvi Kivity2018-06-291-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-282-1/+5
|\ \ \ \ \ \ \
| * | | | | | | include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder2018-06-281-1/+1
| * | | | | | | slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-06-281-0/+4
* | | | | | | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-2812-20/+27
|/ / / / / / /
* | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-271-1/+3
|\ \ \ \ \ \ \
| * | | | | | | scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com2018-06-181-1/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-06-272-1/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Input: make input_report_slot_state() return booleanDmitry Torokhov2018-06-111-1/+1
| * | | | | | Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer2018-06-051-0/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-251-1/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |