summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 Datwyler2018-12-311-1/+5
* r8169: fix WoL device wakeup enableHeiner Kallweit2018-12-301-2/+2
* netrom: fix locking in nr_find_socket()Cong Wang2018-12-301-5/+10
* net/wan: fix a double free in x25_asy_open_tty()Cong Wang2018-12-301-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-282-2/+2
* | isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai2018-12-281-0/+2
* | ethtool: check the return value of get_regs_lenYunsheng Lin2018-12-281-2/+10
|/
* include/linux/phy/phy.h: fix minor kerneldoc errorsRobert P. J. Day2018-12-271-1/+1
* phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day2018-12-271-5/+8
* net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang2018-12-271-1/+0
* net: marvell: fix a missing check of acpi_match_deviceKangjie Lu2018-12-271-0/+2
* tipc: fix a missing check of genlmsg_putKangjie Lu2018-12-271-0/+2
* atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-271-1/+3
* net: dsa: bcm_sf2: Propagate error value from mdio_writeKangjie Lu2018-12-271-4/+3
* net: stmicro: fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
* net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
* niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2018-12-271-2/+8
* net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-271-0/+4
* ipv6/route: Add a missing check on proc_dointvecAditya Pakki2018-12-271-1/+5
* tipc: fix a double free in tipc_enable_bearer()Cong Wang2018-12-271-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-27183-5096/+15845
|\
| * crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-2318-182/+17
| * crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers2018-12-231-2/+1
| * crypto: salsa20-generic - don't unnecessarily use atomic walkEric Biggers2018-12-231-1/+1
| * crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers2018-12-231-0/+2
| * crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers2018-12-231-13/+20
| * crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela2018-12-237-605/+1103
| * crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam2018-12-231-6/+6
| * crypto: api - document missing stats memberCorentin Labbe2018-12-231-0/+7