summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-04221-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-031-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-031-0/+3
| * | | ipv6: Fix dump of specific table with strict checkingDavid Ahern2019-01-031-1/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-036-89/+1433
| |\ \ \
| | * \ \ Merge branch 'prevent-oob-under-speculation'Alexei Starovoitov2019-01-035-88/+1432
| | |\ \ \
| | | * | | bpf: add various test cases to selftestsDaniel Borkmann2019-01-031-3/+1105
| | | * | | bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-032-6/+189
| | | * | | bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-031-1/+5
| | | * | | bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-031-1/+8
| | | * | | bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-031-22/+41
| | | * | | bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-031-0/+11
| | | * | | bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-032-6/+21
| | | * | | bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-032-18/+19
| | | * | | bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-032-38/+40
| | |/ / /
| | * | | selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu2019-01-011-1/+1
| * | | | isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet2019-01-021-2/+2
| * | | | ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio2019-01-021-1/+3
| * | | | net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet2019-01-021-12/+4
| * | | | net-next/hinic:add shutdown callbackXue Chaojing2019-01-021-0/+6
| * | | | net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan2019-01-011-3/+4
| * | | | ip: validate header length on virtual device xmitWillem de Bruijn2019-01-019-32/+66
| * | | | tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn2019-01-011-2/+1