summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang2019-01-011-0/+2
| * | | | net: rds: remove unnecessary NULL checkZhu Yanjun2019-01-011-1/+1
| * | | | add document for TCP OFO, PAWS and skip ACK countersyupeng2019-01-011-1/+239
| * | | | sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-014-15/+55
| |/ / /
| * | | ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler2019-01-011-1/+5
| * | | r8169: fix WoL device wakeup enableHeiner Kallweit2018-12-311-2/+2
| * | | netrom: fix locking in nr_find_socket()Cong Wang2018-12-311-5/+10
| * | | net/wan: fix a double free in x25_asy_open_tty()Cong Wang2018-12-311-0/+2
| * | | ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2018-12-302-2/+11
| * | | ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun2018-12-301-1/+1
| * | | ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing2018-12-301-2/+6
| * | | net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET2018-12-301-2/+2
| * | | net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov2018-12-301-0/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-12-294-189/+136
| |\ \ \
| | * | | netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal2018-12-291-1/+1
| | * | | netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-292-33/+15
| | * | | netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso2018-12-291-26/+20
| | * | | netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-293-106/+72
| | * | | netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal2018-12-291-11/+7
| | * | | netfilter: nf_conncount: split gc in two phasesFlorian Westphal2018-12-291-3/+19
| | * | | netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal2018-12-291-1/+1
| | * | | netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer2018-12-291-14/+5
| | * | | netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2018-12-291-0/+2
| * | | | fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2018-12-292-2/+2
| * | | | isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai2018-12-291-0/+2
| * | | | ethtool: check the return value of get_regs_lenYunsheng Lin2018-12-291-2/+10
| |/ / /
| * | | include/linux/phy/phy.h: fix minor kerneldoc errorsRobert P. J. Day2018-12-281-1/+1
| * | | phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day2018-12-281-5/+8
| * | | net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang2018-12-281-1/+0
| * | | net: marvell: fix a missing check of acpi_match_deviceKangjie Lu2018-12-281-0/+2
| * | | tipc: fix a missing check of genlmsg_putKangjie Lu2018-12-281-0/+2
| * | | atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-281-1/+3
| * | | net: dsa: bcm_sf2: Propagate error value from mdio_writeKangjie Lu2018-12-281-4/+3
| * | | net: stmicro: fix a missing check of clk_prepareKangjie Lu2018-12-281-1/+3
| * | | net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-281-1/+3
| * | | niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2018-12-281-2/+8
| * | | net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-281-0/+4
| * | | ipv6/route: Add a missing check on proc_dointvecAditya Pakki2018-12-281-1/+5
| * | | tipc: fix a double free in tipc_enable_bearer()Cong Wang2018-12-281-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-0320-141/+347
|\ \ \ \
| * \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2018-12-2919-141/+346
| |\ \ \ \
| | * | | | Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2018-12-291-2/+2
| | * | | | Input: drv2667 - fix indentation issuesColin Ian King2018-12-221-3/+3
| | * | | | Input: touchscreen - fix coding style issueHardik Singh Rathore2018-12-215-8/+8
| | * | | | Input: add official Raspberry Pi's touchscreen driverNicolas Saenz Julienne2018-12-214-0/+266
| | * | | | Input: nomadik-ske-keypad - fix a loop timeout testDan Carpenter2018-12-211-1/+1
| | * | | | Input: rotary-encoder - don't log EPROBE_DEFER to kernel logUwe Kleine-König2018-12-091-2/+4