summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-04-232-9/+9
* net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt2018-04-231-2/+4
* net: ieee802154: atusb: Replace GFP_ATOMIC with GFP_KERNEL in atusb_probeJia-Ju Bai2018-04-231-1/+1
* ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva2018-04-231-3/+6
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+2
* bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long2018-04-231-2/+1
* tcp: don't read out-of-bounds opsizeJann Horn2018-04-231-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-238-27/+59
|\
| * bpf: sockmap remove dead checkJann Horn2018-04-201-3/+0
| * tools/bpf: fix test_sock and test_sock_addr.sh failureYonghong Song2018-04-193-2/+4
| * bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-113-22/+52
| * selftests: bpf: update .gitignore with missing generated filesAnders Roxell2018-04-111-0/+3
* | ibmvnic: Clean actual number of RX or TX poolsThomas Falcon2018-04-231-2/+2
* | Merge branch 'net-sched-ife-malformed-ife-packet-fixes'David S. Miller2018-04-233-5/+45
|\ \
| * | net: sched: ife: check on metadata lengthAlexander Aring2018-04-231-0/+3
| * | net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-233-4/+41
| * | net: sched: ife: signal not finding metaidAlexander Aring2018-04-231-1/+1
|/ /
* | strparser: Do not call mod_delayed_work with a timeout of LONG_MAXDoron Roberts-Kedes2018-04-231-1/+1
* | ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-231-1/+1
* | llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang2018-04-221-9/+12
* | net: ethernet: ti: cpsw: fix tx vlan priority mappingIvan Khoronzhuk2018-04-221-1/+1
* | llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-223-9/+23
* | l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault2018-04-222-2/+8
* | Merge branch 's390-qeth-fixes'David S. Miller2018-04-224-115/+116
|\ \
| * | s390/qeth: use Read device to query hypervisor for MACJulian Wiedmann2018-04-221-1/+1
| * | s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann2018-04-223-27/+40
| * | s390/qeth: fix MAC address update sequenceJulian Wiedmann2018-04-221-24/+31
| * | s390/qeth: handle failure on workqueue creationJulian Wiedmann2018-04-221-1/+7
| * | s390/qeth: avoid control IO completion stallsJulian Wiedmann2018-04-222-19/+5
| * | s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann2018-04-221-48/+37
|/ /
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-04-202-33/+6
|\ \
| * | dt-bindings: thermal: Remove "cooling-{min|max}-level" propertiesViresh Kumar2018-04-181-15/+1
| * | dt-bindings: thermal: remove no longer needed samsung thermal propertiesBartlomiej Zolnierkiewicz2018-04-181-18/+5
* | | Merge tag 'mmc-v4.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2018-04-202-8/+56
|\ \ \
| * | | mmc: renesas_sdhi_internal_dmac: limit DMA RX for old SoCsWolfram Sang2018-04-191-6/+33
| * | | mmc: sdhci-pci: Only do AMD tuning for HS200Daniel Kurtz2018-04-111-2/+23
* | | | Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-04-202-7/+24
|\ \ \ \
| * | | | raid1: copy write hint from master bio to behind bioMariusz Dabrowski2018-04-091-0/+2
| * | | | md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu2018-04-091-5/+18
| * | | | md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang2018-04-091-2/+4
* | | | | vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionDavid Howells2018-04-201-1/+1
* | | | | afs: Fix server record deletionDavid Howells2018-04-201-1/+8
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-2069-349/+786
|\ \ \ \ \
| * | | | | net/smc: fix shutdown in state SMC_LISTENUrsula Braun2018-04-191-6/+4
| * | | | | bnxt_en: Fix memory fault in bnxt_ethtool_init()Vasundhara Volam2018-04-192-24/+27
| * | | | | Merge branch 'virtio-ctrl-buffer-fixes'David S. Miller2018-04-191-29/+39
| |\ \ \ \ \
| | * | | | | virtio_net: sparse annotation fixMichael S. Tsirkin2018-04-191-1/+1
| | * | | | | virtio_net: fix adding vids on big-endianMichael S. Tsirkin2018-04-191-3/+3
| | * | | | | virtio_net: split out ctrl bufferMichael S. Tsirkin2018-04-191-29/+39
| |/ / / / /
| * | | | | net: hns: Avoid action name truncationdann frazier2018-04-191-1/+1