summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix typo in debug printSara Sharon2017-02-271-1/+1
* mac80211: shorten debug messageSara Sharon2017-02-271-1/+1
* mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-02-271-1/+1
* mac80211: don't handle filtered frames within a BA sessionFelix Fietkau2017-02-271-1/+2
* mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner2017-02-271-1/+1
* mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-02-273-3/+18
* mac80211: flush delayed work when entering suspendMatt Chen2017-02-271-0/+1
* mac80211: fix packet statistics for fast-RXJohannes Berg2017-02-271-0/+1
* l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-02-261-1/+1
* xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov2017-02-261-8/+21
* rhashtable: Fix RCU dereference annotation in rht_bucket_nestedHerbert Xu2017-02-261-2/+3
* rhashtable: Fix use before NULL check in bucket_table_freeHerbert Xu2017-02-261-3/+1
* net sched actions: do not overwrite status of action creation.Roman Mashak2017-02-261-2/+2
* rxrpc: Kernel calls get stuck in recvmsgDavid Howells2017-02-261-2/+6
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-02-261-4/+1
* lib: Allow compile-testing of parmanGeert Uytterhoeven2017-02-261-1/+1
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-261-3/+8
* sctp: set sin_port for addr param when checking duplicate addressXin Long2017-02-261-1/+5
* net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet2017-02-262-11/+8
* net: s2io: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
* net: vxge: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
* ipv4: mask tos for input routeJulian Anastasov2017-02-261-0/+1
* ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-02-262-3/+4
* lib: fix spelling mistake: "actualy" -> "actually"Colin Ian King2017-02-261-1/+1
* drivers: net: xgene: Simplify xgene_enet_setup_mss() to kill warningGeert Uytterhoeven2017-02-241-10/+3
* rds: fix memory leak errorZhu Yanjun2017-02-241-3/+4
* vxlan: don't allow overwrite of config src addrBrian Russell2017-02-241-7/+5
* vti6: return GRE_KEY for vti6David Forster2017-02-241-0/+4
* rxrpc: Fix an assertion in rxrpc_read()Marc Dionne2017-02-241-1/+1
* net: phy: Add missing driver check in phy_aneg_done()Florian Fainelli2017-02-241-1/+1
* vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-02-241-1/+1
* tipc: move premature initilalization of stack variablesJon Paul Maloy2017-02-241-5/+7
* net: stmmac: unify registers dumps methodsLABBE Corentin2017-02-249-121/+71
* RDS: IB: fix ifnullfree.cocci warningsWu Fengguang2017-02-241-2/+1
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-02-241-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-2340-226/+431
|\
| * proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-221-13/+18
| * vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal2017-02-141-1/+1
| * proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-134-19/+51
| * mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-02-044-63/+111
| * prctl: propagate has_child_subreaper flag to every descendantPavel Tikhomirov2017-02-032-3/+29
| * introduce the walk_process_tree() helperOleg Nesterov2017-02-032-0/+35
| * Merge branch 'nsfs-discovery'Eric W. Biederman2017-02-032-2/+20
| |\
| | * nsfs: Add an ioctl() to return owner UID of a usernsMichael Kerrisk (man-pages)2017-02-032-3/+16
| | * nsfs: Add an ioctl() to return the namespace typeMichael Kerrisk (man-pages)2017-01-252-0/+5
| * | fs: Better permission checking for submountsEric W. Biederman2017-02-0213-22/+47
| * | exit: fix the setns() && PR_SET_CHILD_SUBREAPER interactionOleg Nesterov2017-02-011-5/+8
| * | vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee2017-02-011-0/+6
| |/
| * proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-243-69/+61
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-246-13/+7