summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-1633-200/+355
|\
| * rhashtable: Revert nested table changes.David S. Miller2017-02-155-316/+94
| * ibmvnic: Fix endian errors in error reporting outputThomas Falcon2017-02-151-4/+4
| * ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon2017-02-151-2/+2
| * net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-151-1/+2
| * net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula2017-02-151-54/+62
| * net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula2017-02-151-3/+7
| * bpf: kernel header files need to be copied into the tools directoryStephen Rothwell2017-02-141-0/+7
| * tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-02-141-2/+2
| * uapi: fix linux/if_pppol2tp.h userspace compilation errorsDmitry V. Levin2017-02-141-4/+3
| * packet: fix races in fanout_add()Eric Dumazet2017-02-141-25/+30
| * ibmvnic: Fix initial MTU settingsThomas Falcon2017-02-141-7/+5
| * net: ethernet: ti: cpsw: fix cpsw assignment in resumeIvan Khoronzhuk2017-02-141-1/+1
| * kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-141-2/+4
| * net: fec: fix multicast filtering hardware setupRui Sousa2017-02-141-14/+9
| * Merge branch 'ipv6-v4mapped'David S. Miller2017-02-144-8/+24
| |\
| | * ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-143-8/+21
| | * ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-02-141-0/+3
| |/
| * net/mlx5e: Disable preemption when doing TC statistics upcallOr Gerlitz2017-02-141-0/+4
| * Merge branch 'rhashtable-allocation-failure-during-insertion'David S. Miller2017-02-135-94/+316
| |\
| | * rhashtable: Add nested tablesHerbert Xu2017-02-132-72/+276
| | * tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2017-02-132-11/+23
| | * gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu2017-02-131-11/+17
| |/
| * NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-02-131-6/+6
| * xen-netback: vif counters from int/long to u64Mart van Santen2017-02-132-8/+8
| * MAINTAINERS: Remove old e-mail addressArnaldo Carvalho de Melo2017-02-132-12/+8
| * net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-02-122-0/+6
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-1211-38/+151
| * ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot2017-02-111-1/+1
| * ibmvnic: Initialize completion variables before starting workNathan Fontenot2017-02-111-8/+9
* | Merge tag 'media/v4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-02-143-14/+23
|\ \
| * | [media] cec: initiator should be the same as the destination for, pollHans Verkuil2017-02-131-4/+3
| * | [media] videodev2.h: go back to limited range Y'CbCr for SRGB and, ADOBERGBHans Verkuil2017-02-132-10/+20
* | | Linux 4.10-rc8v4.10-rc8Linus Torvalds2017-02-121-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-117-15/+38
|\ \ \
| * | | x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2017-02-101-0/+2
| * | | x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliableThomas Gleixner2017-02-101-9/+7
| * | | x86/tsc: Avoid the large time jump when sanitizing TSC ADJUSTThomas Gleixner2017-02-101-2/+3
| * | | x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam2017-02-051-0/+7
| * | | x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-054-4/+19
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-02-111-0/+5
|\ \ \ \
| * | | | tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker2017-02-101-0/+5
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-117-13/+55
|\ \ \ \ \
| * | | | | perf/core: Fix crash in perf_event_read()Peter Zijlstra2017-02-101-10/+15
| * | | | | Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s...Ingo Molnar2017-02-036-3/+40
| |\ \ \ \ \
| | * | | | | perf callchain: Reference count mapsKrister Johansen2017-02-023-2/+22
| | * | | | | perf diff: Fix -o/--order option behavior (again)Namhyung Kim2017-02-023-1/+14
| | * | | | | perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim2017-02-021-0/+4
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-111-8/+4
|\ \ \ \ \ \ \
| * | | | | | | stacktrace, lockdep: Fix address, newline uglinessOmar Sandoval2017-02-081-8/+4
OpenPOWER on IntegriCloud