summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann2019-01-051-0/+120
* bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2019-01-052-13/+49
* Merge branch 'udpv6_sendmsg-addr_any-fix'Alexei Starovoitov2019-01-042-7/+54
|\
| * selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov2019-01-041-3/+50
| * bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov2019-01-041-4/+4
|/
* ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern2019-01-041-1/+10
* ixgbe: fix Kconfig when driver is not a moduleJeff Kirsher2019-01-041-1/+1
* ipv6: make icmp6_send() robust against null skb->devEric Dumazet2019-01-041-2/+6
* selftests: net: fix/improve ip_defrag selftestPeter Oskolkov2019-01-042-10/+95
* qmi_wwan: add MTU default to qmap network interfaceDaniele Palmas2019-01-041-0/+1
* Merge branch 'hns-fixes'David S. Miller2019-01-042-14/+9
|\
| * net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-01-041-4/+2
| * net: hns: Fix WARNING when hns modules installedYonglong Liu2019-01-041-10/+7
|/
* net: dsa: mt7530: Drop unused GPIO includeLinus Walleij2019-01-041-1/+0
* Merge branch 'GUE-error-recursion'David S. Miller2019-01-042-1/+10
|\
| * fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio2019-01-041-0/+8
| * fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio2019-01-041-1/+2
|/
* openvswitch: Fix IPv6 later frags parsingYi-Hung Wei2019-01-041-3/+5
* net: macb: remove unnecessary codeClaudiu Beznea2019-01-041-6/+2
* net: dsa: microchip: Drop unused GPIO includesLinus Walleij2019-01-041-2/+0
* Merge branch 'qed-fixes'David S. Miller2019-01-042-0/+35
|\
| * qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin2019-01-041-0/+4
| * qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page countDenis Bolotin2019-01-041-0/+31
|/
* net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-041-6/+1
* soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang2019-01-042-56/+61
* r8169: Add support for new Realtek EthernetKai-Heng Feng2019-01-041-0/+2
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-042-2/+2
* octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()'Christophe JAILLET2019-01-041-1/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03221-679/+610
* Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2019-01-031-1/+1
|\
| * locks: fix error in locks_move_blocks()NeilBrown2019-01-021-1/+1
* | Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-01-036-117/+11
|\ \
| * | ALSA: hda - Revert DSP detection on legacy HD-audio driverTakashi Iwai2019-01-014-116/+8
| * | ALSA: hda/tegra: clear pending irq handlersSameer Pujar2019-01-011-0/+2
| * | ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptopsJian-Hong Pan2019-01-011-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-0360-385/+2060
|\ \ \
| * | | ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern2019-01-021-0/+3
| * | | ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-021-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-026-89/+1433
| |\ \ \
| | * \ \ Merge branch 'prevent-oob-under-speculation'Alexei Starovoitov2019-01-025-88/+1432
| | |\ \ \
| | | * | | bpf: add various test cases to selftestsDaniel Borkmann2019-01-021-3/+1105
| | | * | | bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-022-6/+189
| | | * | | bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-021-1/+5
| | | * | | bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-021-1/+8
| | | * | | bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-22/+41
| | | * | | bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-0/+11
| | | * | | bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-022-6/+21
| | | * | | bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-022-18/+19
| | | * | | bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-022-38/+40
| | |/ / /
| | * | | selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu2019-01-011-1/+1