summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen2017-04-071-2/+18
| | * | | | | | | | | | | scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak2017-04-071-1/+6
| | * | | | | | | | | | | scsi: qedf: Fix crash due to unsolicited FIP VLAN response.Chad Dupuis2017-04-072-1/+3
| | * | | | | | | | | | | scsi: sr: Sanity check returned mode dataMartin K. Petersen2017-04-071-2/+4
| | * | | | | | | | | | | scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng2017-04-071-1/+2
* | | | | | | | | | | | | Merge branch 'parisc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-04-151-13/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | parisc: fix bugs in pa_memcpyMikulas Patocka2017-04-151-13/+14
* | | | | | | | | | | | | | orangefs: free superblock when mount failsMartin Brandenburg2017-04-153-9/+24
* | | | | | | | | | | | | | vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2017-04-151-0/+3
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-04-142-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Input: xpad - add support for Razer Wildcat gamepadCameron Gutman2017-04-101-0/+2
| * | | | | | | | | | | | | uapi: add missing install of userio.hNaohiro Aota2017-03-241-0/+1
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-1431-91/+238
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-04-148-25/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng2017-04-131-1/+1
| | * | | | | | | | | | | | | | netfilter: nft_hash: do not dump the auto generated seedLiping Zhang2017-04-131-3/+7
| | * | | | | | | | | | | | | | netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2017-04-082-5/+5
| | * | | | | | | | | | | | | | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang2017-04-081-0/+6
| | * | | | | | | | | | | | | | netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2017-04-082-1/+6
| | * | | | | | | | | | | | | | netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang2017-04-081-5/+10
| | * | | | | | | | | | | | | | netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2017-04-082-7/+20
| | * | | | | | | | | | | | | | netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang2017-04-081-2/+2
| | * | | | | | | | | | | | | | netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-04-081-1/+5
| * | | | | | | | | | | | | | | drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201Daniele Palmas2017-04-131-1/+1
| * | | | | | | | | | | | | | | ipv6: Fix idev->addr_list corruptionRabin Vincent2017-04-121-4/+7
| * | | | | | | | | | | | | | | net: xdp: don't export dev_change_xdp_fd()Johannes Berg2017-04-121-1/+0
| * | | | | | | | | | | | | | | Merge branch 'bridge-register-netdev-before-changelink'David S. Miller2017-04-115-14/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | bridge: netlink: register netdevice before executing changelinkIdo Schimmel2017-04-111-2/+5
| | * | | | | | | | | | | | | | | bridge: implement missing ndo_uninit()Ido Schimmel2017-04-114-12/+21
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg2017-04-111-6/+6
| * | | | | | | | | | | | | | | tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-091-0/+1
| * | | | | | | | | | | | | | | Merge tag 'linux-can-fixes-for-4.12-20170404' of git://git.kernel.org/pub/scm...David S. Miller2017-04-082-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | can: rcar_can: Do not print virtual addressesGeert Uytterhoeven2017-04-041-2/+1
| | * | | | | | | | | | | | | | | can: ifi: use correct register to read rx statusMarkus Marb2017-04-041-1/+1
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng2017-04-081-2/+2
| * | | | | | | | | | | | | | | Merge branch 'l2tp-sockopt-errors'David S. Miller2017-04-081-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-04-081-1/+6
| | * | | | | | | | | | | | | | | l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-04-081-2/+0
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng2017-04-071-8/+12
| * | | | | | | | | | | | | | | team: call netdev_change_features out of team lockXin Long2017-04-061-8/+11
| * | | | | | | | | | | | | | | sctp: listen on the sock only when it's state is listening or closedXin Long2017-04-061-0/+3
| * | | | | | | | | | | | | | | usbnet: make sure no NULL pointer is passed throughOliver Neukum2017-04-061-4/+15
| * | | | | | | | | | | | | | | net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong2017-04-061-1/+1
| * | | | | | | | | | | | | | | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-061-1/+1
| * | | | | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2017-04-063-10/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro2017-04-021-9/+14
| | * | | | | | | | | | | | | | | [iov_iter] new privimitive: iov_iter_revert()Al Viro2017-04-022-1/+68
| | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-146-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | x86/intel_rdt: Fix locking in rdtgroup_schemata_write()Jiri Olsa2017-04-111-1/+1
| * | | | | | | | | | | | | | | | x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_...Markus Trippelsdorf2017-04-112-3/+3