summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | cpufreq: dbx500: add a Kconfig symbolArnd Bergmann2017-05-142-1/+10
| | * | | | | | | | | cpufreq: intel_pstate: Document the current behavior and user interfaceRafael J. Wysocki2017-05-144-290/+766
* | | | | | | | | | | i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka2017-05-231-1/+1
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2233-133/+335
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-221-1/+0
| * | | | | | | | | | vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
| * | | | | | | | | | bonding: fix randomly populated arp target arrayJarod Wilson2017-05-221-3/+2
| * | | | | | | | | | net: Make IP alignment calulations clearer.David S. Miller2017-05-221-4/+8
| * | | | | | | | | | bonding: fix accounting of active ports in 3adJarod Wilson2017-05-221-1/+1
| * | | | | | | | | | net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov2017-05-221-4/+4
| * | | | | | | | | | ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-05-221-7/+8
| * | | | | | | | | | bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long2017-05-212-1/+2
| * | | | | | | | | | smsc95xx: Support only IPv4 TCP/UDP csum offloadNisar Sayed2017-05-211-3/+10
| * | | | | | | | | | Merge branch 'arp-always-override-existing-neigh-entries-with-gratuitous-ARP'David S. Miller2017-05-211-17/+39
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-211-4/+5
| | * | | | | | | | | | arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-211-7/+17
| | * | | | | | | | | | arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
| | * | | | | | | | | | arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
| |/ / / / / / / / / /
| * | | | | | | | | | tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-2121-79/+249
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
| | * | | | | | | | | | ebtables: arpreply: Add the standard target sanity checkGao Feng2017-05-162-0/+8
| | * | | | | | | | | | netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-156-18/+81
| | * | | | | | | | | | netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-152-7/+24
| | * | | | | | | | | | netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-152-23/+57
| | * | | | | | | | | | netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
| | * | | | | | | | | | netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-153-7/+13
| | * | | | | | | | | | Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-05-151-5/+14
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
| | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | * | | | | | | | | | netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-153-6/+19
| | * | | | | | | | | | netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-155-7/+15
| | * | | | | | | | | | netfilter: don't setup nat info for confirmed ctLiping Zhang2017-05-151-0/+4
| | * | | | | | | | | | netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke2017-05-151-4/+3
* | | | | | | | | | | | Linux 4.12-rc2v4.12-rc2Linus Torvalds2017-05-221-1/+1
* | | | | | | | | | | | x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-221-3/+3
* | | | | | | | | | | | Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-221-2/+3
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-212-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
| * | | | | | | | | | | | fix unsafe_put_user()Al Viro2017-05-211-1/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-212-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
| * | | | | | | | | | | | irqchip/mbigen: Fix the clear register offset calculationMaJun2017-05-121-4/+1
| * | | | | | | | | | | | irqchip/mbigen: Fix potential NULL dereferencingHanjun Guo2017-05-121-0/+3
| * | | | | | | | | | | | irqchip/mbigen: Fix memory mapping codeHanjun Guo2017-05-121-3/+6
* | | | | | | | | | | | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-2110-11/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-191-1/+30
| * | | | | | | | | | | | | kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-181-0/+6
| * | | | | | | | | | | | | selftests/ftrace: Add test to remove instance with active event triggersNaveen N. Rao2017-05-181-2/+6