summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner2017-04-101-1/+1
| * | | | | | | | | | | | | | | | x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause2017-04-101-2/+9
| * | | | | | | | | | | | | | | | x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel2017-04-051-2/+2
* | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-04-142-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra2017-04-141-0/+3
| * | | | | | | | | | | | | | | | | Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/s...Ingo Molnar2017-04-111-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | perf annotate s390: Fix perf annotate error -95 (4.10 regression)Christian Borntraeger2017-04-071-0/+6
* | | | | | | | | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-142-9/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | irqchip/irq-imx-gpcv2: Fix spinlock initializationTyler Baker2017-04-141-0/+2