summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-011-1/+1
* mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-305-100/+71
* Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-243-9/+12
|\
| * cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel2017-05-231-4/+4
| * mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-172-5/+8
* | net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko2017-05-241-2/+5
* | net: fec: add post PHY reset delay DT propertyQuentin Schulz2017-05-242-1/+19
* | Merge branch 'sctp-dupcookie-fixes'David S. Miller2017-05-243-10/+10
|\ \
| * | sctp: set new_asoc temp when processing dupcookieXin Long2017-05-242-9/+7
| * | sctp: fix stream update when processing dupcookieXin Long2017-05-241-1/+3
|/ /
* | mlx5: fix bug reading rss_hash_type from CQEJesper Dangaard Brouer2017-05-231-2/+8
* | cdc-ether: divorce initialisation with a filter reset and a generic methodOliver Neukum2017-05-232-7/+25
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-05-236-60/+8
|\ \
| * | xfrm: fix state migration copy replay sequence numbersAntony Antony2017-05-191-0/+2
| * | xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari2017-05-081-1/+1
| * | af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert2017-05-081-1/+1
| * | xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-05-042-57/+0
| * | esp4: Fix udpencap for local TCP packets.Steffen Klassert2017-05-041-1/+4
* | | Merge tag 'pstore-v4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-221-6/+11
|\ \ \
| * | | efi-pstore: Fix write/erase id trackingKees Cook2017-05-221-6/+11
* | | | Merge tag 'acpi-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-05-223-4/+25
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-button' and 'acpi-tools'Rafael J. Wysocki2017-05-223-4/+25
| |\ \ \ \ \
| | | * | | | tools/power/acpi: Add .gitignore filePrarit Bhargava2017-05-121-0/+4
| | * | | | | Revert "ACPI / button: Remove lid_init_state=method mode"Lv Zheng2017-05-122-4/+21
| | |/ / / /
* | | | | | Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-05-2211-303/+787
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-224-8/+8
| |\ \ \ \ \ \ \
| | | * | | | | | PowerCap: Fix an error code in powercap_register_zone()Dan Carpenter2017-05-141-0/+1
| | * | | | | | | PM / hibernate: Declare variables as staticPushkar Jambhlekar2017-05-141-1/+1
| | * | | | | | | RTC: rtc-cmos: Fix wakeup from suspend-to-idleRafael J. Wysocki2017-05-141-1/+1
| | * | | | | | | PM / wakeup: Fix up wakeup_source_report_event()Rafael J. Wysocki2017-05-141-6/+5
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki2017-05-227-295/+779
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | * | | | | | | cpufreq: schedutil: use now as reference when aggregating shared policy requestsJuri Lelli2017-05-051-4/+3
| | | * | | | | | | | 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-221-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
| |/ / / / / / / / / /