aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-22rhashtable: clean up dereference of ->future_tbl.Gravatar NeilBrown 2-6/+5
2018-06-22rhashtable: use cmpxchg() to protect ->future_tbl.Gravatar NeilBrown 1-11/+4
2018-06-22rhashtable: simplify nested_table_alloc() and rht_bucket_nested_insert()Gravatar NeilBrown 1-12/+6
2018-06-22rhashtable: simplify INIT_RHT_NULLS_HEAD()Gravatar NeilBrown 2-10/+7
2018-06-22rhashtable: remove nulls_base and related code.Gravatar NeilBrown 5-46/+6
2018-06-22rhashtable: split rhashtable.hGravatar NeilBrown 26-133/+166
2018-06-22rhashtable: silence RCU warning in rhashtable_test.Gravatar NeilBrown 1-0/+3
2018-06-22VSOCK: fix loopback on big-endian systemsGravatar Claudio Imbrenda 1-1/+1
2018-06-22net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create staticGravatar Colin Ian King 1-1/+1
2018-06-22Merge branch 'xen-netfront-fixes'Gravatar David S. Miller 1-5/+6
2018-06-22xen-netfront: Update features after registering netdevGravatar Ross Lagerwall 1-4/+4
2018-06-22xen-netfront: Fix mismatched rtnl_unlockGravatar Ross Lagerwall 1-1/+2
2018-06-22cls_flower: fix use after free in flower S/W pathGravatar Paolo Abeni 1-4/+17
2018-06-22net/packet: fix use-after-freeGravatar Eric Dumazet 1-9/+7
2018-06-21selftests: net: add tcp_inq to gitignoreGravatar Anders Roxell 1-0/+1
2018-06-21net: macb: Fix ptp time adjustment for large negative deltaGravatar Harini Katakam 1-4/+1
2018-06-21ipvlan: fix IFLA_MTU ignored on NEWLINKGravatar Xin Long 1-1/+2
2018-06-21sctp: fix erroneous inc of snmp SctpFragUsrMsgsGravatar Marcelo Ricardo Leitner 1-1/+3
2018-06-21bpf: enforce correct alignment for instructionsGravatar Eric Dumazet 1-1/+3
2018-06-21net: mscc: fix the injection headerGravatar Antoine Tenart 1-5/+5
2018-06-21net: davinci_emac: match the mdio device against its compatible if possibleGravatar Bartosz Golaszewski 1-0/+4
2018-06-21r8169: Fix netpoll oopsGravatar Ville Syrjälä 1-1/+1
2018-06-21strparser: Don't schedule in workqueue in paused stateGravatar Vakul Garg 1-4/+1
2018-06-21selftests: net: add config fragmentsGravatar Anders Roxell 1-0/+2
2018-06-21bpfilter: fix user mode helper cross compilationGravatar Matteo Croce 1-1/+1
2018-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 7-33/+59
2018-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 53-195/+371
2018-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 5-20/+23
2018-06-20Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 18-72/+69
2018-06-20HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeGravatar Jason Gerecke 1-0/+8
2018-06-20HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationGravatar Even Xu 1-15/+7
2018-06-20HID: steam: use hid_device.driver_data instead of hid_set_drvdata()Gravatar Rodrigo Rivas Costa 1-5/+5
2018-06-20proc: fix missing final NUL in get_mm_cmdline() rewriteGravatar Linus Torvalds 1-5/+23
2018-06-20ip: limit use of gso_size to udpGravatar Willem de Bruijn 2-2/+4
2018-06-20stmmac: fix DMA channel hang in half-duplex modeGravatar Bhadram Varka 1-0/+10
2018-06-20net: stmmac: socfpga: add additional ocp reset line for Stratix10Gravatar Dinh Nguyen 2-5/+15
2018-06-20net: sungem: fix rx checksum supportGravatar Eric Dumazet 1-10/+12
2018-06-20bpfilter: ignore binary filesGravatar Matteo Croce 1-0/+1
2018-06-20bpfilter: fix build errorGravatar Matteo Croce 1-2/+4
2018-06-20net/usb/drivers: Remove useless hrtimer_active checkGravatar Daniel Lezcano 1-2/+1
2018-06-20net/sched: act_ife: preserve the action control in case of errorGravatar Davide Caratti 1-2/+1
2018-06-20net/sched: act_ife: fix recursive lock and idr leakGravatar Davide Caratti 1-5/+4
2018-06-20net: ethernet: fix suspend/resume in davinci_emacGravatar Bartosz Golaszewski 1-2/+13
2018-06-20net: propagate dev_get_valid_name return codeGravatar Li RongQing 1-2/+2
2018-06-20enic: do not overwrite error codeGravatar Govindarajulu Varadarajan 1-5/+4
2018-06-20net/tcp: Fix socket lookups with SO_BINDTODEVICEGravatar David Ahern 2-4/+4
2018-06-20ptp: replace getnstimeofday64() with ktime_get_real_ts64()Gravatar Arnd Bergmann 2-3/+3
2018-06-20net/ipv6: respect rcu grace period before freeing fib6_infoGravatar Eric Dumazet 2-4/+6
2018-06-20net: net_failover: fix typo in net_failover_slave_register()Gravatar Liran Alon 1-1/+1
2018-06-20ipvlan: use ETH_MAX_MTU as max mtuGravatar Xin Long 1-0/+1